﻿@charset "UTF-8";
/*!
 * All code contained within this file, unless explicitly stated otherwise, is Copyright (c) WidePoint Corporation
    */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic,300italic,700italic,600italic);
@font-face {
  font-family: "WebComponentsIcons";
  font-style: normal;
  src: local("WebComponentsIcons"), url(../StyleSheets/fonts/WebComponentsIcons.ttf) format("truetype"), url(../StyleSheets/fonts/WebComponentsIcons.woff) format("woff"), url(../StyleSheets/fonts/WebComponentsIcons.eot) format("embedded-opentype");
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../StyleSheets/fonts/MaterialIcons-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons Outlined"), local("MaterialIconsOutlined-Regular"), url(../StyleSheets/fonts/MaterialIconsOutlined-Regular.otf) format("opentype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/*------------------*/
/* basic classes    */
/*------------------*/
html {
  height: 100%;
  width: 100%;
  font-size: 1rem;
}

body {
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 100%;
  width: 100%;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  color: #000000;
}

html,
html *,
body,
body *,
* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  font-size: 1rem;
}
a[disabled] {
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: default;
}

ul {
  padding-top: 0;
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375rem;
  color: #000000;
  margin: 0;
  padding: 0 0 10px 0;
  display: block;
}

h1 {
  font-size: 2.5rem;
}

h1.Classic {
  font-size: 2.5rem;
  line-height: 2.875rem;
}

h2.HomePage {
  font-size: 2.5rem;
  line-height: 2.875rem;
}

h2 {
  font-size: 2rem;
  line-height: 2.375rem;
}

h2.less {
  font-size: 24px;
  line-height: 30px;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h3.less {
  font-size: 18px;
  line-height: 24px;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.375rem;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

input,
textarea {
  font-family: "Open Sans", Arial, sans-serif;
}

input[type=file] {
  margin: 0;
  height: 25px;
  line-height: 1.5625rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number] {
  font-size: 1rem;
  height: 2.5rem;
  width: 100%;
  background: none;
  border: 2px solid transparent;
  outline: 1px solid #212121;
  color: #212121;
  padding: 4px 10px;
  line-height: 1.625rem;
  position: relative;
}
input[type=text]:hover:not(.k-input):not(.k-input-inner),
input[type=password]:hover:not(.k-input):not(.k-input-inner),
input[type=email]:hover:not(.k-input):not(.k-input-inner),
input[type=number]:hover:not(.k-input):not(.k-input-inner) {
  border-color: #B2B2B2;
}
input[type=text]:focus:not(.k-input):not(.k-input-inner),
input[type=password]:focus:not(.k-input):not(.k-input-inner),
input[type=email]:focus:not(.k-input):not(.k-input-inner),
input[type=number]:focus:not(.k-input):not(.k-input-inner) {
  border-color: #4591F7;
  outline-color: #4591F7;
}
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled],
input[type=number][disabled] {
  bottom: 1px solid #E5E5E5;
  color: #B2B2B2;
}
input[type=text].inline-50,
input[type=password].inline-50,
input[type=email].inline-50,
input[type=number].inline-50 {
  width: 50%;
}

#demo-runner .demo-section {
  padding: 1rem !important;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline;
}

.validator[style*=inline] {
  margin: 5px 0;
  display: inline-block !important;
  position: relative;
}

textarea {
  font-size: 1rem;
  width: 100%;
  background: none;
  border: 1px solid #212121;
  color: #212121;
}
textarea[disabled] {
  border: 1px solid #212121;
  color: #B2B2B2;
}

select {
  width: 100%;
  border: 1px solid #212121;
  padding: 4px 4px 4px 7px;
  background: transparent;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  height: 2.5rem;
  cursor: pointer;
  border-radius: 0;
}
select:hover, select:focus {
  border-color: #212121;
}
select option {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.875rem;
  color: #212121;
  padding: 10px;
  line-height: 1rem;
}
select option:disabled {
  color: #666666;
  font-style: italic;
}
select[multiple], select[size] {
  height: auto;
  background: #FFFFFF;
}
select[multiple], select[size] {
  padding: 10px;
}
select[multiple]:hover, select[multiple]:focus, select[size]:hover, select[size]:focus {
  border-color: #212121;
}
select[multiple] option, select[size] option {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.9375rem;
  color: #212121;
  padding: 10px;
  line-height: 0.8125rem;
}

input[type=checkbox] {
  height: 19px;
}

label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4D4D4D;
  letter-spacing: 1px;
  margin-left: 10px;
}

span.Faux-Label {
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4D4D4D;
  letter-spacing: 1px;
}

fieldset {
  display: inline-block;
  position: relative;
  font-size: 0.75rem;
  border: 1px solid #E5E5E5;
  background: #FFFFFF;
  padding: 80px 10px 10px 10px;
  margin: 0;
  min-width: 400px;
}
fieldset legend {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1rem;
  padding: 20px 20px 0px 10px;
  color: #212121;
  text-transform: capitalize;
}

.horizontal-list-sans-bullet {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove default padding */
  margin: 0; /* Remove default margin */
  /* Style for list items */
}
.horizontal-list-sans-bullet li {
  display: inline; /* Make list items inline */
  margin-right: 3px; /* Add some spacing between items */
}

.antiClickjack {
  display: none !important;
}

.h3-default-style {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}

.no-float {
  float: none;
}

.fieldset-subsection {
  padding-top: 70px;
}

.clearfloat:after {
  content: "";
  display: table;
  clear: both;
}

.read-only {
  display: inline-block;
  line-height: 1.5625rem;
}

.temp-spacing-row {
  margin-bottom: 20px;
}

.space-all-items * {
  margin-right: 5px;
}

.faux-anchor {
  text-decoration: none;
  font-size: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

.InteleButton,
.NextBtn,
.BackBtn {
  cursor: pointer;
  padding: 0px 1.375rem;
  height: 2.5rem;
  line-height: 2.1875rem;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  background: transparent;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 4px;
  border: 2px solid;
  outline: 1px solid;
}
.InteleButton:disabled,
.InteleButton .InteleButtonDisabled,
.NextBtn:disabled,
.NextBtn .InteleButtonDisabled,
.BackBtn:disabled,
.BackBtn .InteleButtonDisabled {
  cursor: default;
}
.InteleButton.primary-button,
.NextBtn.primary-button,
.BackBtn.primary-button {
  margin: 0px 0.5rem;
  color: #FFFFFF;
}
.InteleButton.primary-button:hover,
.NextBtn.primary-button:hover,
.BackBtn.primary-button:hover {
  color: #FFFFFF;
}
.InteleButton.primary-button:active,
.NextBtn.primary-button:active,
.BackBtn.primary-button:active {
  color: #FFFFFF;
}
.InteleButton.linkbutton,
.NextBtn.linkbutton,
.BackBtn.linkbutton {
  margin: 0px 0.5rem;
  padding: 0px 1.25rem;
  border-radius: 3px;
  text-decoration: underline;
  border: none;
}
.InteleButton.linkbutton:hover,
.NextBtn.linkbutton:hover,
.BackBtn.linkbutton:hover {
  margin: 0px 0.5rem;
  padding: 0px 1.25rem;
  text-decoration: none;
  background-color: #D9E8F6;
}
.InteleButton.linkbutton:active,
.NextBtn.linkbutton:active,
.BackBtn.linkbutton:active {
  margin: 0px 0.5rem;
  padding: 0px 1.25rem;
  background-color: brightness(#D9E8F6, 0.95);
}
.InteleButton.linkbutton:focus,
.NextBtn.linkbutton:focus,
.BackBtn.linkbutton:focus {
  box-sizing: border-box;
  border-radius: 3px;
  background: #FFFFFF;
  border: 2px solid #4591F7;
}
.InteleButton.least-button,
.NextBtn.least-button,
.BackBtn.least-button {
  border: none;
  text-decoration: underline;
  padding: 0 1.25rem;
  outline: none;
}

.button-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.button-group button {
  margin: 0 !important;
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.button-group :after {
  content: "";
  clear: both;
  display: table;
}
.button-group button:not(:first-child) {
  margin-left: -1px;
}
.button-group button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group .legend {
  margin-right: 50px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.button-group .legend legend {
  position: relative !important;
  padding-top: 0px !important;
}

.button-group,
.InteleButton,
.InteleButton.primary-button {
  margin: 2px 2px;
}

.InvoiceTrackingGridviewButton {
  width: 130px;
  font-size: 1.1em;
  margin-bottom: 5px;
}

.NextBtn {
  margin-left: 200px;
}

.BackBtn {
  float: left;
  margin-right: 10px;
}

.NavigationRow {
  margin: 10px 0;
}
.NavigationRow:after {
  content: "";
  display: table;
  clear: both;
}

/*For the Next/Back buttons, not related to the NavMenu*/
.lnkEdit2, .lnkCan2, .lnkDel2, .lnkIns2, .lnkUpd2, .lnkSel2, .lnkFileDown2,
.btnUp2, .btnDown2, .lnkAddUser2 {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
}

.lnkAddComment2,
.lnkSbmtComment2,
.lnkCanComment2 {
  display: inline-block;
  text-transform: capitalize;
  cursor: pointer;
}

.btnUp2,
.btnDown2 {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

.lnkPrev,
.lnkNext,
.lnkPrevDead,
.lnkNextDead {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
  border: none;
}

.lnkPrev {
  background: transparent url("../App_Themes/Images/itms_2016/arrow_icon_l.png") no-repeat 50% 50%;
}

.lnkPrevDead {
  background: transparent url("../App_Themes/Images/itms_2016/arrow_icon_l.png") no-repeat 50% 50%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: default;
}

.lnkNext {
  background: transparent url("../App_Themes/Images/itms_2016/arrow_icon_r.png") no-repeat 50% 50%;
}

.lnkNextDead {
  background: transparent url("../App_Themes/Images/itms_2016/arrow_icon_r.png") no-repeat 50% 50%;
  filter: alpha(opacity=40);
  opacity: 0.4;
  cursor: default;
}

.lblSuccess,
.lblFail,
.lblWarn,
.lblMsg {
  position: relative;
  display: block;
  padding: 20px 20px 20px 65px;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #FFFFFF;
}
.lblSuccess:before,
.lblFail:before,
.lblWarn:before,
.lblMsg:before {
  top: 15px;
  left: 20px;
  content: " ";
  height: 30px;
  width: 30px;
  position: absolute;
  pointer-events: none;
  background-color: #4D4D4D;
  background-image: url("../App_Themes/Images/itms_2016/msg_map.png");
  background-repeat: no-repeat;
  border-radius: 15px;
}
.lblSuccess a,
.lblFail a,
.lblWarn a,
.lblMsg a {
  color: #FFFFFF;
  border-bottom: #FFFFFF 1px dotted;
}
.lblSuccess a:hover, .lblSuccess a:active, .lblSuccess a:focus,
.lblFail a:hover,
.lblFail a:active,
.lblFail a:focus,
.lblWarn a:hover,
.lblWarn a:active,
.lblWarn a:focus,
.lblMsg a:hover,
.lblMsg a:active,
.lblMsg a:focus {
  color: #FFFFFF;
  border-bottom: #FFFFFF 1px solid;
}

.lblSuccess {
  background: #348538;
}
.lblSuccess:before {
  background-position: 0 0;
}

.lblFail {
  background: #CB0909;
}
.lblFail:before {
  background-position: -60px 0;
}

.lblWarn {
  background: #FFEB3B;
  color: #212121;
}
.lblWarn:before {
  background-position: -90px -1px;
  background-color: rgba(190, 190, 190, 0.32);
}
.lblWarn a {
  color: #212121;
  border-bottom: #212121 1px dotted;
}
.lblWarn a:hover, .lblWarn a:active, .lblWarn a:focus {
  color: #212121;
  border-bottom: #212121 1px solid;
}

.lblMsg {
  background: #1C7AC7;
}
.lblMsg:before {
  background-position: -30px 0;
}

.csr-request-type {
  vertical-align: middle;
  font-size: 2rem;
}
.csr-request-type.csr-stop {
  color: #CB0909;
}
.csr-request-type.csr-go {
  color: #348538;
}

span.validatorField,
label.validatorField {
  color: #FFFFFF !important;
  background: #cb0909;
  padding: 15px;
  display: block;
  font-size: 0.875rem;
  position: relative;
  margin: 10px 0;
}
span.validatorField[style*=inline],
label.validatorField[style*=inline] {
  display: block !important;
}
span.validatorField:after,
label.validatorField:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(203, 9, 9, 0);
  border-bottom-color: #cb0909;
  border-width: 7px;
}
span.validatorField:hover,
label.validatorField:hover {
  color: #FFFFFF !important;
  background: #cb0909;
}

.validatorFieldAsterisk {
  color: #cb0909;
  font-size: 0.875rem;
}

.popupBox {
  position: fixed;
  margin: 0 auto;
  top: 10%;
  z-index: 4;
  -moz-box-shadow: 0px 0px 12px #222;
  -webkit-box-shadow: 0px 0px 12px #222;
  box-shadow: 0px 0px 12px #222;
}
.popupBox h4 {
  margin: 0;
  padding: 4px 0;
  text-align: center;
  color: #FFF;
}
.popupBox .popContent {
  position: relative;
  padding: 5px 10px 5px 10px;
  overflow: auto;
  background-color: #FFF;
}
.popupBox .popContent p {
  margin: 0.875rem 0;
}
.popupBox.callDetailPopup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -250px;
}

.popProg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
  display: block;
  top: 0;
  left: 0;
  filter: alpha(opacity=85);
  opacity: 0.85;
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
}
.popProg div {
  padding-top: 60%;
}

.popupBoxLabel {
  float: none;
  width: auto;
}

.detailPopupWrap {
  z-index: 3;
}
.detailPopupWrap .detailPopup {
  border: 2px solid #165B9E;
  background: #165B9E;
  text-align: center;
  -moz-box-shadow: 0px 0px 8px #444;
  -webkit-box-shadow: 0px 0px 8px #444;
  box-shadow: 0px 0px 8px #444;
  float: left;
}
.detailPopupWrap .detailPopup.detailPopupRight {
  float: right;
}
.detailPopupWrap .detailPopup div {
  background-color: #FFF;
  padding: 5px;
}
.detailPopupWrap .arrow {
  width: 17px;
  height: 17px;
  float: right;
  position: relative;
}
.detailPopupWrap .arrow div.arrowpoint {
  width: 1px;
  height: 1px;
  border-width: 8px;
  border-style: solid;
  background-color: transparent;
}
.detailPopupWrap .arrow div.arrowpoint.arrowpointInner {
  border-color: transparent transparent transparent #165B9E;
}
.detailPopupWrap .arrow div.arrowpoint.arrowpointOuter {
  border-color: transparent #165B9E transparent transparent;
}

.divProgIndicator {
  min-width: 300px;
  height: 110px;
  position: fixed;
  z-index: 100000000;
  box-shadow: 0px, 0px, 8px, 2px, #B2B2B2;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.625rem;
  color: #212121;
  line-height: 6.875rem;
  text-align: center;
  padding: 0 20px 0 85px;
  background: #FFF url("../App_Themes/Images/ico_spinner6_blk.png") no-repeat 32px 38px;
}

#divContentOverlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4) url("../App_Themes/Images/stripe_pattern1.png") 0px 0px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.InActiveRowStyle {
  background-color: #CCCCCC;
}

.AlternatingRowStyle {
  background-color: #000FCC;
}

.SelectedRowStyle, .InteleGV tr.SelectedRowStyle {
  color: #FFF !important;
}
.SelectedRowStyle td,
.SelectedRowStyle a, .InteleGV tr.SelectedRowStyle td,
.InteleGV tr.SelectedRowStyle a {
  color: White !important;
}
.SelectedRowStyle li, .InteleGV tr.SelectedRowStyle li {
  color: #515151;
}

.commentControlV2 .commentExpandAll {
  padding: 0;
}
.commentControlV2 .CommentLeftBy {
  font-weight: bold;
  font-size: 0.875rem;
}
.commentControlV2 .commentHead {
  cursor: pointer;
  text-align: left;
  margin-bottom: 5px;
}
.commentControlV2 .commentContent {
  border: none;
  border-bottom: 1px solid #DDD;
  padding: 5px;
  margin-bottom: 20px;
  word-wrap: break-word;
}
.commentControlV2 .commentRepeaterDiv {
  margin-bottom: 30px;
}
.commentControlV2 .commentAddDeleteButtons {
  text-align: right;
  margin: 0 0 5px 0;
  height: 25px;
  width: 100%;
}

.commentContent {
  border: 1px solid #CCCCCC;
  border-top: none;
  padding: 5px;
}

.csrlog-note .commentHead {
  color: #FFFFFF;
  font-weight: 600;
  text-align: left;
}

.commentExpandAll {
  cursor: pointer;
  float: right;
  margin-right: 5px;
  width: auto;
  height: auto;
  line-height: 1.1875rem;
  padding-right: 3px;
  padding-left: 3px;
}

.commentAddCommentHead {
  vertical-align: middle;
  border-radius: 3px;
  height: 22px;
  text-align: left;
  font-size: 0.625rem;
  padding: 3px 0 0 10px;
  margin-top: 2px;
}

.commentNameDateLabel {
  float: right;
  margin-right: 5px;
}

.InteleDV {
  margin: 0;
  border: none;
  padding: 5px;
  border: 5px solid #FFFFFF;
  box-sizing: border-box;
}
.InteleDV * {
  box-sizing: border-box;
}
.InteleDV tr {
  background-color: white;
}
.InteleDV tr:nth-child(2n+0) {
  background-color: #E5E5E5;
}
.InteleDV td,
.InteleDV th {
  padding: 4px;
  color: #212121;
  border: none;
  font-size: 0.75rem;
}
.InteleDV td.intelegv-hidden-headtext,
.InteleDV th.intelegv-hidden-headtext {
  font-size: 0px !important;
}
.InteleDV td a:link,
.InteleDV td a:visited,
.InteleDV td a:hover,
.InteleDV td a:active,
.InteleDV td .faux-anchor,
.InteleDV td .faux-anchor:hover,
.InteleDV td .faux-anchor:active {
  text-decoration: underline;
}
.InteleDV td a:link,
.InteleDV td a:visited {
  color: #515151;
}
.InteleDV td a:hover,
.InteleDV td a:active,
.InteleDV td .faux-anchor:hover,
.InteleDV td .faux-anchor:active {
  color: #DD0000;
}
.InteleDV.dvSubheader .InteleDVHead td {
  font-size: 1.5rem;
}
.InteleDV caption {
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  height: 80px;
  line-height: 4.375rem;
  padding-left: 30px;
  text-transform: capitalize;
  width: 500px;
  background-color: white;
}
.InteleDV.dvSubheader caption {
  font-size: 1.5rem;
}
.InteleDV.OrderDetailsTable caption {
  width: 610px;
}
.InteleDV .InteleDVHead td {
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  height: 80px;
  line-height: 4.375rem;
  padding-left: 30px;
  text-transform: capitalize;
}
.InteleDV .InteleDVHead a:link,
.InteleDV .InteleDVHead a:visited,
.InteleDV .InteleDVHead .faux-anchor {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  color: #fff;
  text-transform: capitalize;
}
.InteleDV .InteleDVHead a:hover,
.InteleDV .InteleDVHead a:active,
.InteleDV .InteleDVHead .faux-anchor:hover,
.InteleDV .InteleDVHead .faux-anchor:active {
  text-decoration: none;
  display: inline-block;
  margin: 0;
  color: #fff;
}
.InteleDV .InteleDVFieldHead {
  font-weight: 600;
  padding-left: 30px;
  text-transform: capitalize;
}
.InteleDV .IDVPgr a:link,
.InteleDV .IDVPgr a:visited,
.InteleDV .IDVPgr a:active,
.InteleDV .IDVPgr .faux-anchor,
.InteleDV .IDVPgr .faux-anchor:active {
  font-size: 0.75rem;
  text-decoration: none;
}

.InteleDVHiLite {
  background-color: #e5f2ff !important;
}

.InteleDVCenterTxt {
  text-align: center;
}

.InteleDVMaxBox {
  width: 100%;
}

.InteleGV {
  margin: 0;
  border-collapse: separate;
  border: none;
  /*this is a razor webgrid hack to get a 508 compliant header text in first columns with buttons.  
      it is not good. do not emulate it. */
}
.InteleGV tr:not(.IGVPgr) {
  background-color: white;
  border: 1px solid transparent;
  position: relative;
}
.InteleGV tr:not(.IGVPgr):nth-child(2n+0) {
  background-color: #E5E5E5;
}
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).InteleGVHiLite:hover td:before,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).InteleGVHiLite:hover th:before {
  background-color: #E5E5E5;
}
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).InteleGVHiLite:hover td:after,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).InteleGVHiLite:hover th:after {
  background-color: #E5E5E5;
}
.InteleGV tr:not(.IGVPgr).ImportantRow, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow {
  background-color: #CC0000;
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).ImportantRow a,
.InteleGV tr:not(.IGVPgr).ImportantRow .faux-anchor, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow a,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow .faux-anchor {
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).ImportantRow a:hover,
.InteleGV tr:not(.IGVPgr).ImportantRow .faux-anchor:hover, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow a:hover,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow .faux-anchor:hover {
  text-decoration: underline;
}
.InteleGV tr:not(.IGVPgr).ImportantRow td,
.InteleGV tr:not(.IGVPgr).ImportantRow th, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow td,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow th {
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).ImportantRow:hover td:before,
.InteleGV tr:not(.IGVPgr).ImportantRow:hover th:before, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow:hover td:before,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow:hover th:before {
  background-color: #CC0000 !important;
}
.InteleGV tr:not(.IGVPgr).ImportantRow:hover td:after,
.InteleGV tr:not(.IGVPgr).ImportantRow:hover th:after, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow:hover td:after,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).ImportantRow:hover th:after {
  background-color: #CC0000 !important;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th {
  box-shadow: 0, 0, 7px, 0, #212121;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:before {
  content: "";
  width: 9px;
  background-color: #FFFFFF;
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0;
  z-index: 1;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:after {
  content: "";
  width: 9px;
  background-color: #FFFFFF;
  position: absolute;
  right: -1px;
  top: 0px;
  bottom: 0;
  z-index: 1;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.ImportantRow:before, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).ImportantRow:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.ImportantRow:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).ImportantRow:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.ImportantRow:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).ImportantRow:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.ImportantRow:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).ImportantRow:before {
  background-color: #CC0000;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.ImportantRow:after, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).ImportantRow:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.ImportantRow:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).ImportantRow:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.ImportantRow:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).ImportantRow:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.ImportantRow:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).ImportantRow:after {
  background-color: #CC0000;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.HasCarrierAccessory:before, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).HasCarrierAccessory:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.HasCarrierAccessory:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).HasCarrierAccessory:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.HasCarrierAccessory:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).HasCarrierAccessory:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.HasCarrierAccessory:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).HasCarrierAccessory:before {
  background-color: #000000;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.HasCarrierAccessory:after, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).HasCarrierAccessory:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.HasCarrierAccessory:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).HasCarrierAccessory:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.HasCarrierAccessory:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).HasCarrierAccessory:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.HasCarrierAccessory:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).HasCarrierAccessory:after {
  background-color: #000000;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.ExpediteShipping:before, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).ExpediteShipping:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.ExpediteShipping:before,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).ExpediteShipping:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.ExpediteShipping:before, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).ExpediteShipping:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.ExpediteShipping:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).ExpediteShipping:before {
  background-color: #FFDF96;
}
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td.ExpediteShipping:after, .InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover td:nth-child(2n+0).ExpediteShipping:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th.ExpediteShipping:after,
.InteleGV tr:not(.IGVPgr).InteleGVHiLite:hover th:nth-child(2n+0).ExpediteShipping:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td.ExpediteShipping:after, .InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:nth-child(2n+0).ExpediteShipping:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th.ExpediteShipping:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:nth-child(2n+0).ExpediteShipping:after {
  background-color: #FFDF96;
}
.InteleGV tr:not(.IGVPgr).RecommendedFeature, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).RecommendedFeature {
  background-color: #FFDF96;
}
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:before,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:before, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).RecommendedFeature:hover td:before,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).RecommendedFeature:hover th:before {
  background-color: #FFDF96;
}
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover td:after,
.InteleGV tr:not(.IGVPgr).RecommendedFeature:hover th:after, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).RecommendedFeature:hover td:after,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).RecommendedFeature:hover th:after {
  background-color: #FFDF96;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate {
  background-color: #CC0000;
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate a,
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate .faux-anchor, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate a,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate .faux-anchor {
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate a:hover,
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate .faux-anchor:hover, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate a:hover,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate .faux-anchor:hover {
  text-decoration: underline;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate td,
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate th, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate td,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate th {
  color: #FFFFFF;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate:hover td:before,
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate:hover th:before, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate:hover td:before,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate:hover th:before {
  background-color: #CC0000;
}
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate:hover td:after,
.InteleGV tr:not(.IGVPgr).CSRCallLogEscalate:hover th:after, .InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate:hover td:after,
.InteleGV tr:not(.IGVPgr):nth-child(2n+0).CSRCallLogEscalate:hover th:after {
  background-color: #CC0000;
}
.InteleGV tr:not(.IGVPgr).notYetSavedRow {
  background-color: #fff0c4;
}
.InteleGV tr:not(.IGVPgr).notYetSavedRow a,
.InteleGV tr:not(.IGVPgr).notYetSavedRow span {
  color: #7F6100;
}
.InteleGV tr:not(.IGVPgr).notYetUpdatedRow {
  background-color: #fff0c4;
}
.InteleGV tr:not(.IGVPgr).notYetUpdatedRow a,
.InteleGV tr:not(.IGVPgr).notYetUpdatedRow span {
  color: #664d00;
}
.InteleGV tr:not(.IGVPgr).removedRow {
  background-color: #F72525;
}
.InteleGV tr:not(.IGVPgr).removedRow a,
.InteleGV tr:not(.IGVPgr).removedRow span {
  color: #FFFFFF;
}
.InteleGV td,
.InteleGV th {
  color: #212121;
  border: none;
  border-right: 1px solid brightness(#E5E5E5, 0.9);
  text-align: left;
  position: relative;
}
.InteleGV td:last-of-type,
.InteleGV th:last-of-type {
  border-right: none;
}
.InteleGV td.CellRightAlign,
.InteleGV th.CellRightAlign {
  text-align: right;
}
.InteleGV td,
.InteleGV th[scope=row] {
  font-size: 0.75rem;
  font-weight: normal;
  padding: 10px;
  border-right: 1px solid brightness(#E5E5E5, 0.9);
}
.InteleGV td ul,
.InteleGV th[scope=row] ul {
  padding-left: 15px;
}
.InteleGV td a,
.InteleGV td .faux-anchor,
.InteleGV th[scope=row] a,
.InteleGV th[scope=row] .faux-anchor {
  font-size: 0.75rem;
  font-weight: normal;
}
.InteleGV td.ImportantRow, .InteleGV td:nth-child(2n+0).ImportantRow,
.InteleGV th[scope=row].ImportantRow,
.InteleGV th[scope=row]:nth-child(2n+0).ImportantRow {
  display: table-cell;
  background-color: #CC0000;
  color: #FFFFFF;
}
.InteleGV td.ImportantRow:before, .InteleGV td:nth-child(2n+0).ImportantRow:before,
.InteleGV th[scope=row].ImportantRow:before,
.InteleGV th[scope=row]:nth-child(2n+0).ImportantRow:before {
  background-color: #CC0000;
}
.InteleGV td.ImportantRow:after, .InteleGV td:nth-child(2n+0).ImportantRow:after,
.InteleGV th[scope=row].ImportantRow:after,
.InteleGV th[scope=row]:nth-child(2n+0).ImportantRow:after {
  background-color: #CC0000;
}
.InteleGV td.ExpediteShipping, .InteleGV td:nth-child(2n+0).ExpediteShipping,
.InteleGV th[scope=row].ExpediteShipping,
.InteleGV th[scope=row]:nth-child(2n+0).ExpediteShipping {
  background-color: #FFDF96;
}
.InteleGV td.ExpediteShipping:hover:before, .InteleGV td:nth-child(2n+0).ExpediteShipping:hover:before,
.InteleGV th[scope=row].ExpediteShipping:hover:before,
.InteleGV th[scope=row]:nth-child(2n+0).ExpediteShipping:hover:before {
  background-color: #FFDF96;
}
.InteleGV td.ExpediteShipping:hover:after, .InteleGV td:nth-child(2n+0).ExpediteShipping:hover:after,
.InteleGV th[scope=row].ExpediteShipping:hover:after,
.InteleGV th[scope=row]:nth-child(2n+0).ExpediteShipping:hover:after {
  background-color: #FFDF96;
}
.InteleGV td.HasCarrierAccessory, .InteleGV td:nth-child(2n+0).HasCarrierAccessory,
.InteleGV th[scope=row].HasCarrierAccessory,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory {
  background-color: #000000;
  color: #FFFFFF;
}
.InteleGV td.HasCarrierAccessory a,
.InteleGV td.HasCarrierAccessory .faux-anchor, .InteleGV td:nth-child(2n+0).HasCarrierAccessory a,
.InteleGV td:nth-child(2n+0).HasCarrierAccessory .faux-anchor,
.InteleGV th[scope=row].HasCarrierAccessory a,
.InteleGV th[scope=row].HasCarrierAccessory .faux-anchor,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory a,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory .faux-anchor {
  color: #FFFFFF;
}
.InteleGV td.HasCarrierAccessory a:hover,
.InteleGV td.HasCarrierAccessory .faux-anchor:hover, .InteleGV td:nth-child(2n+0).HasCarrierAccessory a:hover,
.InteleGV td:nth-child(2n+0).HasCarrierAccessory .faux-anchor:hover,
.InteleGV th[scope=row].HasCarrierAccessory a:hover,
.InteleGV th[scope=row].HasCarrierAccessory .faux-anchor:hover,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory a:hover,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory .faux-anchor:hover {
  text-decoration: underline;
}
.InteleGV td.HasCarrierAccessory:hover:before, .InteleGV td:nth-child(2n+0).HasCarrierAccessory:hover:before,
.InteleGV th[scope=row].HasCarrierAccessory:hover:before,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory:hover:before {
  background-color: #000000;
}
.InteleGV td.HasCarrierAccessory:hover:after, .InteleGV td:nth-child(2n+0).HasCarrierAccessory:hover:after,
.InteleGV th[scope=row].HasCarrierAccessory:hover:after,
.InteleGV th[scope=row]:nth-child(2n+0).HasCarrierAccessory:hover:after {
  background-color: #000000;
}
.InteleGV tr.wireline-table-head-508-hack th:not([scope=row]):first-child {
  font-size: 0px !important;
}
.InteleGV th:not([scope=row]) {
  font-size: 0.875rem;
  text-decoration: none;
  font-weight: 600;
  margin: 0;
  vertical-align: top;
  height: auto;
  padding: 10px;
}
.InteleGV th:not([scope=row]).intelegv-hidden-headtext {
  font-size: 0px !important;
}
.InteleGV th:not([scope=row]) a,
.InteleGV th:not([scope=row]) .faux-anchor {
  display: block;
  width: 100%;
  color: #212121;
  font-size: 0.875rem;
  text-transform: capitalize;
}
.InteleGV tr.IGVPgr {
  background-color: transparent;
}
.InteleGV tr.IGVPgr td {
  padding: 0;
  font-size: 1rem;
}
.InteleGV tr.IGVPgr td > span {
  margin-left: 5px;
  line-height: 1.875rem;
  display: inline-block;
  vertical-align: text-top;
}
.InteleGV tr.IGVPgr td a,
.InteleGV tr.IGVPgr td .faux-anchor {
  font-size: 1rem;
}
.InteleGV tr.IGVPgr td a select,
.InteleGV tr.IGVPgr td .faux-anchor select {
  background-color: transparent;
  height: 30px;
  padding-right: 0;
}
.InteleGV tr.IGVPgr td a select div,
.InteleGV tr.IGVPgr td .faux-anchor select div {
  padding-top: 17px;
}
.InteleGV tr.IGVPgr td a.lnkPrev, .InteleGV tr.IGVPgr td a.lnkNext, .InteleGV tr.IGVPgr td a.lnkPrevDead, .InteleGV tr.IGVPgr td a.lnkNextDead,
.InteleGV tr.IGVPgr td .faux-anchor.lnkPrev,
.InteleGV tr.IGVPgr td .faux-anchor.lnkNext,
.InteleGV tr.IGVPgr td .faux-anchor.lnkPrevDead,
.InteleGV tr.IGVPgr td .faux-anchor.lnkNextDead {
  margin-top: 5px;
}
.InteleGV .IGVEdit td {
  margin: 5px 0;
  border-width: 0;
  padding: 2px;
}
.InteleGV caption {
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  height: 80px;
  min-width: 500px;
  line-height: 4.375rem;
  padding-left: 30px;
  text-transform: capitalize;
  background-color: white;
}
.InteleGV.gvSubheader caption {
  font-size: 1.5rem;
}
.InteleGV.minnorCaption caption {
  font-size: 1rem;
  padding-top: 5px;
}

.InteleGVCenterTxt {
  text-align: center;
}

.OrderDetailsFieldset {
  padding: 80px 5px 5px 5px;
  border: none;
}
.OrderDetailsFieldset legend {
  padding-left: 35px;
}
.OrderDetailsFieldset .OrderDetailsTable {
  width: 600px;
}

.OrderDetailsTable {
  width: 610px;
  margin-bottom: 5px;
}
.OrderDetailsTable.InteleDV .InteleDVFieldHead {
  width: 18em;
}
.OrderDetailsTable.MimicDetailsView th,
.OrderDetailsTable.MimicDetailsView td {
  padding: 4px;
  border-right: none;
}
.OrderDetailsTable.MimicDetailsView th label,
.OrderDetailsTable.MimicDetailsView td label {
  text-transform: capitalize;
  font-size: 0.75rem;
  letter-spacing: normal;
  margin-left: 0;
}
.OrderDetailsTable.MimicDetailsView tr:not(.IGVPgr):nth-child(2n+0) {
  background-color: #FFFFFF;
}
.OrderDetailsTable.MimicDetailsView tr:not(.IGVPgr):nth-child(2n+1) {
  background-color: #E2E2E2;
}
.OrderDetailsTable.MimicDetailsView tr th:first-child {
  width: 18em;
  padding-left: 30px;
  font-weight: 600;
}

.OrderDetailsTableHeader {
  width: 38em;
  color: White;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
}

.InteleGV tr select {
  min-width: 250px;
  font-size: 0.75rem;
}
.InteleGV tr input[type=text],
.InteleGV tr textarea {
  font-size: 0.75rem;
}
.InteleGV tr.IGVPgr select {
  min-width: auto;
  background: transparent;
  font-size: 1rem;
}

.InteleDV tr:not(.IDVPgr) select {
  font-size: 0.75rem;
}
.InteleDV tr:not(.IDVPgr) input[type=text],
.InteleDV tr:not(.IDVPgr) textarea {
  font-size: 0.75rem;
}

table[id^=fixedtableheader],
table[id^=fixedtableheader] * {
  box-sizing: content-box;
  z-index: 2;
}

.InteleDV td.JsonFormatting,
.InteleGV td.JsonFormatting {
  padding: 10px;
  white-space: pre-wrap; /* Handles line breaks */
  word-wrap: break-word; /* Prevents long strings from overflowing */
  width: 50em; /* 50 is arbitary, just wanted to make it wide enought o keep its format for the most part */
}

.InteleGV [aria-sort=ascending] {
  position: relative;
}
.InteleGV [aria-sort=ascending]::after {
  content: " ";
  border-bottom: 0.4em solid black;
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.InteleGV [aria-sort=descending] {
  position: relative;
}
.InteleGV [aria-sort=descending]::after {
  content: " ";
  border-left: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-top: 0.4em solid black;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.InteleGV caption span.gvRowCount {
  font-size: 1rem;
}

.k-grid-content a.order-details-page-link {
  text-decoration: none;
}

.capsLock {
  font-weight: bold;
  font-size: 0.5rem;
  color: #DD0000 !important;
  float: none;
  background-color: #FFF;
  padding: 3px 8px;
  width: 200px;
}

.roundEdges {
  border-radius: 10px;
}

.roundMainContent {
  border-radius: 15px;
}

label.error,
span.error {
  border: 2px solid #D22929;
  color: #D22929;
  background-color: #FFFFFF;
  position: absolute;
  z-index: 2;
  text-align: center;
  padding: 5px;
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1rem;
  width: auto;
  box-shadow: 0, 0, 7px, -1px, rgba(0, 0, 0, 0.5);
  border-radius: 0 8px 0 8px;
}
label.error.bottom-align:after, label.error.bottom-align:before,
span.error.bottom-align:after,
span.error.bottom-align:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.error.bottom-align:after,
span.error.bottom-align:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: brightness(#D22929, 6.5);
  border-width: 6px;
  left: 12px;
  margin-left: -6px;
}
label.error.bottom-align:before,
span.error.bottom-align:before {
  border-color: rgba(255, 225, 255, 0);
  border-bottom-color: #D22929;
  border-width: 9px;
  left: 12px;
  margin-left: -9px;
}
label.error.right-align:after, label.error.right-align:before,
span.error.right-align:after,
span.error.right-align:before {
  right: 100%;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.error.right-align:after,
span.error.right-align:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: brightness(#D22929, 6.5);
  border-width: 6px;
  margin-top: -6px;
}
label.error.right-align:before,
span.error.right-align:before {
  border-color: rgba(255, 225, 255, 0);
  border-right-color: #D22929;
  border-width: 9px;
  margin-top: -9px;
}
label.error.left-align:after, label.error.left-align:before,
span.error.left-align:after,
span.error.left-align:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.error.left-align:after,
span.error.left-align:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: brightness(#D22929, 6.5);
  border-width: 6px;
  margin-top: -6px;
}
label.error.left-align:before,
span.error.left-align:before {
  border-color: rgba(255, 225, 255, 0);
  border-left-color: #D22929;
  border-width: 9px;
  margin-top: -9px;
}
label.error.top-align:after, label.error.top-align:before,
span.error.top-align:after,
span.error.top-align:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
label.error.top-align:after,
span.error.top-align:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: brightness(#D22929, 6.5);
  border-width: 6px;
  margin-left: -6px;
}
label.error.top-align:before,
span.error.top-align:before {
  border-color: rgba(255, 225, 255, 0);
  border-top-color: #D22929;
  border-width: 9px;
  margin-left: -9px;
}

input[type=text].zip-5 {
  width: 100px;
}

input[type=text].zip-4 {
  width: 80px;
}

.OrderNumberLabel label {
  color: #FFFFFF;
  margin-left: 0;
}
.OrderNumberLabel a {
  color: #FFFFFF;
  text-decoration: underline;
}

.favorite-btn-on,
.favorite-btn-off {
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  background: none;
  border: none;
  padding: 0;
  vertical-align: sub;
  margin: 0 5px 0 0;
}
.favorite-btn-on::before,
.favorite-btn-off::before {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

.favorite-btn-on::before {
  content: "\f06f";
}

.favorite-btn-off::before {
  content: "\e838";
}

.cascading-fields-row {
  margin-bottom: 5px;
}

.img-buttons {
  padding-left: 0;
}
.img-buttons span {
  position: relative;
  font-size: 1.5rem;
  vertical-align: middle;
  padding: 0 8px 0 13px;
  margin-top: -3px;
}

body {
  background-color: #2D2D2D;
}
body.newmenu {
  background-color: #2D2D2D;
}

body.front-pages {
  background-color: #EFEFEF;
}
body.front-pages .welcome-msg {
  font-weight: 300;
  font-size: 1.375rem;
  padding: 20px 0 20px 0;
  margin: 0;
}
body.front-pages #loginBodyWrapper {
  height: 29rem;
}
body.front-pages #loginBodyWrapper .left-panel {
  background-color: #FFFFFF;
  height: 100%;
  width: 62%;
  float: left;
  padding: 40px 60px;
  position: relative;
  overflow: auto;
  border-top-color: black;
  border-top-width: 10px;
  border-top-style: solid;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.125);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.front-pages #loginBodyWrapper .left-panel .loginLabel {
  margin-left: 0;
}
body.front-pages #loginBodyWrapper .left-panel .loginLabel .k-widget, body.front-pages #loginBodyWrapper .left-panel .loginLabel k-dropdown {
  width: 132px;
  background-color: white;
  float: right;
  margin-bottom: 10px;
}
body.front-pages #loginBodyWrapper .left-panel .logo-img-wrap {
  max-height: 270px;
}
body.front-pages #loginBodyWrapper .left-panel img {
  max-height: 100%;
}
body.front-pages #loginBodyWrapper .left-panel .rememberMe {
  text-align: left;
  margin: 10px 0 20px 0;
}
body.front-pages #loginBodyWrapper .left-panel .rememberMe input[type=checkbox] {
  height: 22px;
  vertical-align: middle;
}
body.front-pages #loginBodyWrapper .left-panel .rememberMe span {
  font-size: 0.875rem;
}
body.front-pages #loginBodyWrapper .left-panel .rememberMe a {
  font-size: 0.875rem;
  float: right;
}
body.front-pages #loginBodyWrapper .left-panel input[type=text],
body.front-pages #loginBodyWrapper .left-panel input[type=password] {
  padding-left: 10px;
}
body.front-pages #loginBodyWrapper .left-panel .riLabel {
  padding-left: 10px;
}
body.front-pages #loginBodyWrapper .left-panel .loginPanelContentPW {
  margin-top: 20px;
}
body.front-pages #loginBodyWrapper .left-panel .newUserReg {
  margin-top: 10px;
}
body.front-pages #loginBodyWrapper .left-panel .newUserReg a {
  font-size: 0.875rem;
}
body.front-pages #loginBodyWrapper .left-panel .newUserReg a:last-child {
  margin-left: 40px;
}
body.front-pages #loginBodyWrapper .right-panel {
  height: 100%;
  width: 37%;
  float: right;
  padding: 20px;
  background-color: #EFEFEF;
  border-top-color: black;
  border-top-width: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-style: solid;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.125);
  overflow-y: scroll;
}
body.front-pages #loginBodyWrapper .right-panel .rememberMe {
  margin-top: 10px;
}
body.front-pages #loginBodyWrapper .right-panel .InteleButton.primary-button,
body.front-pages #loginBodyWrapper .right-panel p:first-child {
  margin-top: 10px;
}
body.front-pages #loginBodyWrapper .right-panel .InteleButton.primary-button {
  background-image: url("../App_Themes/Images/button_arrow.png");
  background-repeat: no-repeat;
  background-position: 246px 11px;
}
body.front-pages #loginBodyWrapper .right-panel .logoiconrow {
  display: flex;
  align-content: center;
  justify-content: center;
}
body.front-pages #loginBodyWrapper .right-panel .logoiconrow img {
  margin-right: 5px;
}
body.front-pages #loginBodyWrapper .right-panel .temp-spacing-row {
  margin-bottom: 0px !important;
}
body.front-pages #loginBodyWrapper .right-panel #Password.newUserReg {
  padding-top: 36px;
}
body.front-pages #loginBodyWrapper .right-panel .newUserReg {
  padding-top: 20px;
}
body.front-pages #loginBodyWrapper .right-panel span.k-dropdownlist {
  width: auto !important;
  float: right;
  margin-bottom: 10px;
}
body.front-pages #loginBodyWrapper .right-panel #lblUserName .k-dropdownlist {
  box-shadow: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  border-radius: 0;
  text-indent: 0;
  line-height: 1rem;
}
body.front-pages #loginBodyWrapper .right-panel #lblUserName .k-dropdownlist > * {
  background-color: #FFFFFF;
  font-size: 0.8rem !important;
  font-weight: 600;
  height: 1.5rem;
}
body.front-pages #loginBodyWrapper .right-panel #lblUserName.k-input-button {
  height: 1.8em !important;
}
body.front-pages #loginBodyWrapper .right-panel #lblUserName.loginLabel {
  line-height: 1.8em !important;
}
body.front-pages #loginBodyWrapper .right-panel #ctl00_ContentPlaceHolder1_ChkRemember,
body.front-pages #loginBodyWrapper .right-panel input[type=checkbox] {
  height: 13px !important;
}
body.front-pages #loginBodyWrapper .right-panel #Password,
body.front-pages #loginBodyWrapper .right-panel #UserName.capsLockCheck {
  background-color: #FFFFFF;
}

.bottom-panel {
  background-color: #ffffff;
  height: 200px;
  width: 1001px;
  margin-top: 10px;
  border-radius: 10px;
  overflow-y: auto;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.125);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.bottom-panel h4 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.125rem;
  color: #212121;
}
.bottom-panel h2 {
  text-align: left;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 1.3rem;
}
.bottom-panel .notifications {
  padding-left: 30px;
  text-align: left;
}
.bottom-panel hr {
  border: none;
  margin: 20px auto;
  border-bottom: 1px solid #212121;
  width: 55%;
}

#content {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  background: transparent;
}
#content .content-body {
  background-color: #EFEFEF;
  padding: 20px;
  margin: 0px 0px 0px 206px;
}
#content h1 {
  margin-top: 0;
  text-align: left;
}
#content div.title {
  font-weight: bold;
}
#content .master-footer {
  position: relative;
  text-align: center;
  display: block;
  margin: 0 0 0 206px;
  padding: 0 10px;
  height: auto;
  width: auto;
  background: #FFFFFF;
  color: #212121;
  font-size: 0.875rem;
}
#content .master-footer:after {
  content: "";
  display: table;
  clear: both;
}
#content .master-footer a {
  font-size: 0.875rem;
}
#content.newmenu {
  margin: 52px 0 0 124px;
}
#content.newmenu .content-body {
  margin: 0;
  background-color: #FFFFFF;
}
#content.newmenu .master-footer {
  margin: 0;
}
#content.newmenu .master-footer > div {
  border-top: 1px solid #E4E4E4;
}

#logout-timer p {
  text-align: center;
}

.ajax__calendar {
  z-index: 30000;
}

.ajax__calendar_container {
  z-index: 30001;
}

#divPermissionPopup {
  position: absolute;
  right: 10px;
  top: -35px;
  padding: 10px;
  background-color: #515151;
  border: 1px solid #333333;
  color: #FFFFFF;
}

/*------------------*/
/* controls classes */
/*------------------*/
#header.newmenu {
  min-height: 52px;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
}

.navmenu-top {
  height: 100%;
  width: 100%;
  color: #FFF;
  position: relative;
  z-index: 4;
}
.navmenu-top .navmenu-top-currentpage {
  line-height: 52px;
  margin-left: 30px;
  display: inline;
  font-size: 1rem;
  color: #FFF;
  padding: 0;
  font-weight: normal;
}
.navmenu-top .navmenu-top-currentpage.skele-breadcrumb {
  background-color: #777777;
  padding: 7px 125px;
}
.navmenu-top .navmenu-favorite-btn-on,
.navmenu-top .navmenu-favorite-btn-off {
  color: #FFFFFF;
  margin: 0;
}
.navmenu-top .navmenu-top-actionbar {
  float: right;
  margin-right: 40px;
  height: 100%;
  position: relative;
  padding-top: 5px;
}
.navmenu-top .navmenu-top-actionbar.skele-top-actionbar {
  background-color: #777777;
  display: inline-block;
  width: 125px;
  height: 36px;
  margin-top: 8px;
  margin-right: 30px;
}
.navmenu-top .navmenu-top-actionbar select {
  width: 150px;
}
.navmenu-top .navmenu-top-actionbar .k-combobox {
  border-color: transparent;
  outline-color: transparent;
}
.navmenu-top .navmenu-top-actionbar .k-combobox.k-state-active, .navmenu-top .navmenu-top-actionbar .k-combobox.k-state-focused, .navmenu-top .navmenu-top-actionbar .k-combobox.k-state-hover, .navmenu-top .navmenu-top-actionbar .k-combobox:hover, .navmenu-top .navmenu-top-actionbar .k-combobox:active, .navmenu-top .navmenu-top-actionbar .k-combobox:focus, .navmenu-top .navmenu-top-actionbar .k-combobox:focus-within {
  border-color: #FFF;
  background-color: transparent;
}
.navmenu-top .navmenu-top-actionbar .k-combobox .k-input-inner,
.navmenu-top .navmenu-top-actionbar .k-combobox .k-icon {
  color: #FFF;
}
.navmenu-top .navmenu-top-actionbar .k-combobox .k-input-button {
  padding: 0;
}
.navmenu-top .navmenu-top-actionbar .k-dropdownlist {
  border-color: transparent;
  outline-color: transparent;
  background-color: transparent;
}
.navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-active, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-focused, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-hover, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-border-down, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:hover, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:active, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:focus, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:focus-within {
  border-color: #FFF;
  background-color: transparent;
}
.navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-active .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-focused .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-hover .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist.k-state-border-down .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:hover .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:active .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:focus .k-input-button, .navmenu-top .navmenu-top-actionbar .k-dropdownlist:focus-within .k-input-button {
  background-color: transparent;
}
.navmenu-top .navmenu-top-actionbar .k-dropdownlist .k-input-inner,
.navmenu-top .navmenu-top-actionbar .k-dropdownlist .k-icon {
  color: #FFF;
}
.navmenu-top .navmenu-top-actionbar .top-actionbar-ddlwrap {
  display: inline-block;
  padding-right: 15px;
  margin-right: 10px;
  border-right: 1px solid #FFF;
}
.navmenu-top .navmenu-top-actionbar .top-actionbar-ddl-preface {
  position: relative;
  top: 2px;
  color: #FFF;
  margin: 0;
  display: inline;
  letter-spacing: normal;
  font-size: 1rem;
  text-transform: none;
  line-height: 1.4375rem;
}
.navmenu-top .navmenu-top-actionbar .user-options {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
  top: 7px;
}
.navmenu-top .navmenu-top-actionbar .config-link {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
  position: relative;
  top: 7px;
}

.user-popover-wrap {
  position: relative;
  padding: 20px 10px;
}
.user-popover-wrap .user-roles {
  border-top: 1px solid #E4E4E4;
  padding-top: 20px;
  margin-top: 20px;
}
.user-popover-wrap h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.user-popover-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.user-popover-wrap ul li,
.user-popover-wrap ul a {
  line-height: 26px;
  font-size: 13px;
}
.user-popover-wrap ul.user-option-links {
  margin-bottom: 20px;
}
.user-popover-wrap .sign-out {
  font-size: 13px;
  cursor: pointer;
}

.menu-wrap {
  width: 124px;
  height: 100vh;
  position: absolute;
  top: 0;
  padding-top: 52px;
  background-color: #454545;
  overflow-y: auto;
}
.menu-wrap.skele-menu-wrap {
  background-color: #454545;
}
.menu-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menuitem {
  display: block;
  background-color: #454545;
  color: #FFF;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 150;
}
.menuitem.skele-menuitem {
  margin: 8px 8px 0 8px;
  background-color: #777777;
  height: 70px;
}
.menuitem .menuitem-icon {
  position: absolute;
  cursor: pointer;
  top: 12px;
  left: 50%;
  margin-left: -12px;
}
.menuitem .menuitem-name {
  color: #FFF;
  width: 100%;
  height: 100%;
  background: none;
  border-radius: 0;
  border: 2px solid transparent;
  display: block;
  padding: 25px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.menuitem .menuitem-name:hover {
  text-decoration: underline;
  cursor: pointer;
  background-color: #303030;
}
.menuitem .menuitem-name:active, .menuitem .menuitem-name:focus {
  background-color: #303030;
}
.menuitem.menuitem-state-active {
  background-color: #303030;
}
.menuitem.menuitem-state-active .menuitem-name:hover {
  cursor: default;
  text-decoration: none;
}
.menuitem.menuitem-state-active .menuitem-icon {
  cursor: default;
}

.submenu {
  position: absolute;
  background-color: #303030;
  color: #FFF;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: -2;
  display: none;
  width: 300px;
  height: 100vh;
  left: 0;
  padding-top: 178px;
}
.submenu.submenu-active {
  z-index: -1;
}
.submenu .submenu-topbar {
  display: block;
  width: 280px;
  position: fixed;
  background-color: #303030;
  top: 52px;
  z-index: 1;
}
.submenu .submenu-topbar button {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  padding: 0;
  height: 26px;
  width: 26px;
  top: 50%;
  right: 5px;
  margin-top: -13px;
  position: absolute;
}
.submenu .submenu-topbar button:hover, .submenu .submenu-topbar button:focus {
  border-color: #4591F7;
  font-weight: 600;
}
.submenu .submenu-topbar .client-logo-wrap {
  height: 80px;
  width: 220px;
  display: inline-block;
  margin: 20px 0 20px 20px;
  overflow: hidden;
  text-align: center;
  position: relative;
  line-height: 80px;
}
.submenu .submenu-topbar .client-logo-wrap img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 100%;
}
.submenu .submenu-section-name {
  display: block;
  color: #BDBDBD;
  font-size: 0.75rem;
  line-height: 3em;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-color: transparent;
  padding: 0 7px;
}
.submenu .submenu-section-name span {
  font-size: 1rem;
  vertical-align: middle;
}
.submenu .submenu-section-name span.submenu-section-open {
  margin-bottom: -3px;
  transform: rotate(90deg);
  padding-right: 5px;
  padding-top: 4px;
  padding-bottom: 1px;
}
.submenu .submenu-section-name span.submenu-section-closed {
  margin-bottom: 2px;
  padding-right: 4px;
  padding-left: 1px;
}
.submenu .submenu-section-name:hover, .submenu .submenu-section-name:focus {
  border-color: #4591F7;
  cursor: pointer;
}
.submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.submenu li {
  color: #FFF;
  display: block;
  width: 240px;
  padding: 20px 0;
  word-break: break-word;
  margin: 0 20px 0 10px;
  border-bottom: 1px solid #000000;
  overflow-y: hidden;
}
.submenu li:first-of-type {
  padding-top: 0;
}
.submenu li:last-of-type {
  border-bottom: none;
}
.submenu .menuitem-list-wrap {
  padding-left: 20px;
  display: block;
}
.submenu a[role=menuitem] {
  text-decoration: none;
  padding: 0.8em 10px 0.8em 10px;
  font-size: 0.9375rem;
  color: #FFF;
  display: block;
  width: 100%;
  word-break: break-word;
}
.submenu a[role=menuitem]:hover {
  text-decoration: underline;
  background-color: #222222;
  border-radius: 6px;
  color: #FFFFFF;
}

.grid {
  width: auto;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
}
.grid *, .grid *:after, .grid *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .row {
  max-width: 100%;
  margin-bottom: 20px;
}
.grid .row:after {
  content: "";
  display: table;
  clear: both;
}
.grid [class*=col-] {
  float: left;
  padding-right: 20px;
}
.grid [class*=col-]:last-of-type {
  padding-right: 0;
}
.grid .col-10 {
  width: 10%;
}
.grid .col-15 {
  width: 15%;
}
.grid .col-20 {
  width: 20%;
}
.grid .col-25 {
  width: 25%;
}
.grid .col-30 {
  width: 30%;
}
.grid .col-33 {
  width: 33.33%;
}
.grid .col-35 {
  width: 35%;
}
.grid .col-40 {
  width: 40%;
}
.grid .col-50 {
  width: 50%;
}
.grid .col-60 {
  width: 60%;
}
.grid .col-66 {
  width: 66.66%;
}
.grid .col-75 {
  width: 75%;
}
.grid .col-90 {
  width: 90%;
}
.grid .col-100 {
  width: 100%;
}

.ld-widget-list-wrap {
  position: relative;
  display: inline-block;
}

.ld-filters {
  position: absolute;
  top: -20px;
  right: 20px;
  display: inline-block;
}
.ld-filters div {
  height: 26px;
}
.ld-filters fieldset {
  padding-bottom: 10px;
}
.ld-filters fieldset legend {
  padding-bottom: 0;
}
.ld-filters .ld-filter-or {
  top: -2px;
  text-align: left;
  height: 10px;
  line-height: 0.625rem;
  margin-left: 10px;
  font-weight: bold;
  font-size: 0.625rem;
  position: relative;
}
.ld-filters label {
  width: 9em;
}
.ld-filters .tbLineDetailsDisplayNumber {
  width: 25px;
  margin-right: 5px;
}
.ld-filters .tbLineDetailsFilterByNumber {
  width: 100px;
}

.ld-upgrade-wrap {
  min-height: 20px;
  display: block;
  margin-top: 10px;
}
.ld-upgrade-wrap .ld-upgrade {
  border-radius: 3px;
  padding: 3px;
  display: block;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 0.5rem;
  border: 1px solid #5cad72;
  color: #5cad72;
}

.ld-userinfo {
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.ld-userinfo .ld-username {
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 1px 1px 0px #B2B2B2;
}
.ld-userinfo .ld-email {
  margin-bottom: 5px;
  margin-left: 1px;
}
.ld-userinfo .ld-costcenter,
.ld-userinfo .ld-location {
  margin-left: 1px;
}

.ld-widgetwrap {
  position: relative;
}
.ld-widgetwrap .ld-pager {
  position: absolute;
  top: -60px;
  right: 20px;
}
.ld-widgetwrap .ld-pager .ld-currentpage,
.ld-widgetwrap .ld-pager .ld-pagebuttons,
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #FFFFFF;
  margin-right: 3px;
  padding: 5px 10px;
  min-width: 2rem;
}
.ld-widgetwrap .ld-pager .ld-currentpage:first-child,
.ld-widgetwrap .ld-pager .ld-pagebuttons:first-child,
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.ld-widgetwrap .ld-pager .ld-currentpage:last-child,
.ld-widgetwrap .ld-pager .ld-pagebuttons:last-child,
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons:last-child {
  margin-right: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.ld-widgetwrap .ld-pager .ld-currentpage:hover,
.ld-widgetwrap .ld-pager .ld-pagebuttons:hover,
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons:hover {
  color: #FFFFFF;
}
.ld-widgetwrap .ld-pager .ld-currentpage[disabled=disabled],
.ld-widgetwrap .ld-pager .ld-pagebuttons[disabled=disabled],
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons[disabled=disabled] {
  cursor: default;
  text-shadow: none;
}
.ld-widgetwrap .ld-pager .ld-pager-nextprev-hidden {
  display: none;
}
.ld-widgetwrap .ld-pager .ld-currentpage {
  color: #FFF;
  cursor: default;
  z-index: 1;
}
.ld-widgetwrap .ld-pager .ld-nextprev-pagebuttons {
  font-size: 1rem;
}

.line-details-widget-v2 {
  float: left;
  min-height: 180px;
  width: 520px;
  background: #FFF;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.line-details-widget-v2 *, .line-details-widget-v2 *:after, .line-details-widget-v2 *:before {
  box-sizing: border-box;
}
.line-details-widget-v2 .ld-top-wrap {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  padding: 20px;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-img-wrap {
  min-height: 100px;
  max-width: 130px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 20px;
  text-align: center;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-img-wrap .ld-eqp-img {
  height: 100px;
  width: 100px;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-img-wrap .ld-eqp-img img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-info {
  display: inline-block;
  position: relative;
  float: left;
  max-width: 335px;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-info div {
  height: 20px;
  max-width: 360px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.875rem;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-info div.ld-cellnumber {
  height: auto;
  font-size: 1.875rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: 300;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-info div .ld-assettag {
  height: auto;
  font-size: 1.475rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: 300;
}
.line-details-widget-v2 .ld-top-wrap .ld-eqp-info div .ld-assettag.ld-primary-field {
  height: auto;
  font-size: 1.875rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
  font-weight: 300;
}
.line-details-widget-v2 .ld-trigger-wrap {
  width: 100%;
  position: relative;
  text-align: center;
}
.line-details-widget-v2 .ld-trigger-wrap input[type=button], .line-details-widget-v2 .ld-trigger-wrap input[type=submit] {
  width: 100%;
  letter-spacing: 1px;
  font-weight: normal;
}

.ld-window-kendo-override {
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  border-radius: 0;
  max-height: 100%;
  position: fixed;
}
.ld-window-kendo-override .k-window-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10005;
}
.ld-window-kendo-override .k-window-content {
  padding: 20px;
}
.ld-window-kendo-override .ld-gotobtn-v2 {
  width: 100%;
  padding: 0;
  border-width: 0;
}
.ld-window-kendo-override .ld-top-wrap {
  position: relative;
  clear: both;
  display: table;
  width: 100%;
  padding: 0 0 20px 0;
}
.ld-window-kendo-override .ld-top-wrap .ld-eqp-img {
  height: 100px;
  width: 100px;
  margin-right: 20px;
  display: inline-block;
  position: relative;
  float: left;
  text-align: center;
}
.ld-window-kendo-override .ld-top-wrap .ld-eqp-img img {
  max-height: 100%;
  max-width: 100%;
}
.ld-window-kendo-override .ld-top-wrap .ld-eqp-info {
  display: inline-block;
  position: relative;
  float: left;
}
.ld-window-kendo-override .ld-top-wrap .ld-eqp-info div {
  height: 20px;
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.25rem;
}
.ld-window-kendo-override .ld-top-wrap .ld-eqp-info .ld-cellnumber {
  height: auto;
  max-width: 270px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1.875rem;
  line-height: 1.4375rem;
  letter-spacing: 1px;
  padding-bottom: 15px;
  font-weight: 300;
}
.ld-window-kendo-override .ld-popcontent .changed-info {
  font-style: italic;
  text-transform: lowercase;
}
.ld-window-kendo-override .ld-popcontent-section {
  margin-bottom: 20px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 1rem;
  padding: 60px 0px 10px 10px;
  position: relative;
}
.ld-window-kendo-override .ld-popcontent-section .ld-popcontent-section-head {
  text-transform: capitalize;
  padding: 10px 0px 10px 10px;
  font-size: 2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.ld-window-kendo-override .ld-popcontent-section label {
  margin-left: 0;
}
.ld-window-kendo-override .ld-popcontent-section div {
  margin-bottom: 15px;
}
.ld-window-kendo-override .ld-popcontent-section:last-of-type {
  border-bottom: none;
}
.ld-window-kendo-override fieldset {
  margin-bottom: 20px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 1rem;
  padding: 60px 0px 10px 10px;
}
.ld-window-kendo-override fieldset legend {
  padding: 10px 0px 0px 10px;
}
.ld-window-kendo-override fieldset legend h3 {
  font-size: 2rem;
}
.ld-window-kendo-override fieldset label {
  margin-left: 0;
}
.ld-window-kendo-override fieldset div {
  margin-bottom: 15px;
}
.ld-window-kendo-override fieldset:last-of-type {
  border-bottom: none;
}

.ld-popcontent-init {
  background: #FFF url("../App_Themes/Images/ico_spinner6_blk.png") no-repeat 50% 50%;
  height: 100%;
  width: 100%;
}

span.export-control {
  margin-right: 10px;
  border-style: solid;
  padding: 8px 0px 10px;
  border-width: 1px;
  border-radius: 3px;
  height: 2.5rem;
}
span.export-control .k-dropdownlist {
  border: none;
  outline: none;
}
span.export-control input.InteleButton:first-child {
  border-left: none;
}
span.export-control input.InteleButton {
  border-radius: 0 3px 3px 0;
  margin: 0 !important;
  text-decoration: none;
}

.export-widget {
  position: relative;
  height: 40px;
  display: inline-block;
}
.export-widget .export-widget-head {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  line-height: 2.3125rem;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.export-widget .export-widget-head:after {
  content: "";
  display: table;
  clear: both;
}
.export-widget .export-widget-head > span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 35px;
  line-height: 2.5rem;
}
.export-widget .export-widget-head > span span {
  display: inline-block;
  height: 6px;
  width: 11px;
  background: transparent url("../App_Themes/Images/itms_2016/arrow_icon.png") no-repeat 0 0;
}
.export-widget .export-widget-form {
  position: absolute;
  width: 100%;
  display: inline-block;
  z-index: 2;
  top: 100%;
  background: #FFF;
  left: -9999px;
}
.export-widget .export-widget-form .export-option {
  padding: 5px 5px 5px 20px;
  position: relative;
}
.export-widget .export-widget-form .export-option:hover, .export-widget .export-widget-form .export-option:focus {
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 1px 1px 0px #B2B2B2;
}
.export-widget .export-widget-form .export-option.export-option-selected {
  color: #FFFFFF;
  text-shadow: 1px 1px 0px #B2B2B2;
}
.export-widget .export-widget-form .export-option input[type=radio] {
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.export-widget .export-btn {
  padding: 5px;
  text-align: right;
}
.export-widget .export-btn input {
  width: 100%;
  height: 29px;
  cursor: pointer;
  color: #FFFFFF;
}
.export-widget .export-btn input.export-btn-disabled {
  background: #999;
  cursor: not-allowed;
}

.costcenter-control .costcenter-search {
  margin-bottom: 5px;
}
.costcenter-control .costcenter-search .costcenter-search-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.costcenter-control .costcenter-search .costcenter-search-inner button {
  border-radius: 0;
  position: relative;
  left: -1px;
}

.dashboard-button-group {
  /*  Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Show the dropdown menu on hover */
}
.dashboard-button-group .dropdown-more {
  position: relative;
  display: inline-block;
  flex-grow: 100;
}
.dashboard-button-group .dropbtn {
  position: relative;
  z-index: 2;
}
.dashboard-button-group .dropbtn:hover {
  text-decoration: underline;
}
.dashboard-button-group .dropbtn.dashboard-morebtn-active {
  border-radius: 4px 4px 0 0;
}
.dashboard-button-group .dropbtn.dashboard-morebtn-active:hover {
  text-decoration: none;
}
.dashboard-button-group .dropdown {
  position: relative;
  display: inline-block;
  flex-grow: 100;
}
.dashboard-button-group .dropdown-content {
  display: none;
  position: absolute;
  padding: 20px;
  background-color: #FFFFFF;
  min-width: 250px;
  z-index: 1;
  margin: -2px auto 10px 1px;
  height: 30vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 6px 6px 6px;
  right: unset;
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.12);
  border: 1px solid;
  z-index: 1;
}
.dashboard-button-group .dropdown-content input {
  display: block;
  width: 100%;
  margin-bottom: 4px;
}
.dashboard-button-group .dropdown:hover .dropdown-content {
  display: block;
}

.search-buckets-container *:not(.p-icon):not(.k-icon):not(.material-icons-outlined) {
  font-family: "Open Sans", Arial, sans-serif !important;
}

.search-template {
  width: 100%;
}
.search-template .search-primary-fields-bar {
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
  background-color: #F6F6F6;
}
.search-template .search-primary-fields-bar .search-event-buttons .InteleButton:not(.primary-button) {
  background-color: #FFFFFF;
}
.search-template .search-primary-fields-bar .search-event-buttons .search-bucket-update-msg {
  background-color: #1C7AC7;
  display: inline-block;
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0 20px 0 56px;
  line-height: 42px;
  position: relative;
}
.search-template .search-primary-fields-bar .search-event-buttons .search-bucket-update-msg .material-icons-outlined {
  display: inline-block;
  font-size: 1.875rem;
  line-height: 42px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 0 8px;
  border-radius: 4px 0 0 4px;
  background-color: #16609c;
}
.search-template .search-bucket-wrap > button {
  border-radius: 0;
  padding-right: 0;
  background: #FFF;
}
.search-template .search-bucket-wrap > button.search-bucket-button-active {
  background: #CB0909;
}
.search-template .search-bucket-wrap > button.search-bucket-button-active span {
  font-size: 1.25rem;
  padding: 0px 12px 0px 22px;
}
.search-template .search-bucket-wrap > button span {
  vertical-align: middle;
  padding: 0px 10px 0px 20px;
  margin-top: -2px;
}
.search-template .search-bucket-wrap .search-bucket {
  display: none;
}
.search-template .search-selections-bucket {
  width: 100%;
  margin-top: 20px;
  display: none;
}
.search-template .search-selections-bucket .search-selection-chit {
  color: #4D4D4D;
  outline-color: #CCCCCC;
  padding: 5px;
  vertical-align: middle;
  font-size: 0.75rem;
  height: auto;
  line-height: 0.875rem;
  margin-right: 5px;
  text-transform: none;
}
.search-template .search-selections-bucket .search-selection-chit:hover {
  outline-color: #CCCCCC;
  border-color: #CCCCCC;
}
.search-template .search-selections-bucket .search-selection-chit span {
  padding-left: 10px;
  font-size: 0.875rem;
  vertical-align: bottom;
}

.search-bucket-contents-window {
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0 0 5px 5px;
}
.search-bucket-contents-window .k-input-inner {
  line-height: 1.375rem;
  min-height: 28px;
  height: auto;
}
.search-bucket-contents-window .search-bucket.k-window-content {
  padding: 0;
  position: relative;
}
.search-bucket-contents-window .search-bucket.k-window-content:after {
  content: "";
  display: table;
  clear: both;
}
.search-bucket-contents-window .search-bucket *:not(.k-input *) {
  box-sizing: border-box;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section {
  padding: 12px;
  display: block;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section > div,
.search-bucket-contents-window .search-bucket .search-bucket-content-section .search-field-row,
.search-bucket-contents-window .search-bucket .search-bucket-content-section .cascading-fields-row {
  margin-bottom: 20px;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section label {
  margin-bottom: 2px;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section select[multiple] option {
  word-wrap: normal;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section textarea {
  height: 80px;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section fieldset {
  display: block;
  max-width: 400px;
  min-width: auto;
  width: auto;
  margin-bottom: 20px;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section .k-dropdownlist {
  width: 100%;
}
.search-bucket-contents-window .search-bucket .search-bucket-content-section .search-bucket-field-checkbox-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.search-bucket-contents-window .search-bucket .search-bucket-done-section {
  padding: 12px;
  display: block;
  background-color: #F8F8F8;
  z-index: 2;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-bucket-contents-window .search-bucket .search-bucket-done-section:after {
  content: "";
  display: table;
  clear: both;
}
.search-bucket-contents-window .search-bucket .search-bucket-done-section input:last-child {
  float: right;
}

.vieworders-special-flags {
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 4px;
  margin-right: 3px;
  border: 1px solid;
}
.vieworders-special-flags.vieworders-special-flags-vip {
  background-color: #CC0000;
  border-color: #990000;
}
.vieworders-special-flags.vieworders-special-flags-expedite-ship {
  background-color: #FFDF96;
  color: #515151;
  border-color: #515151;
}
.vieworders-special-flags.vieworders-special-flagss-realtime-proc {
  background-color: #FFDF96;
  color: #515151;
  border-color: #515151;
}
.vieworders-special-flags.vieworders-special-flags-carrier-accessory {
  background-color: #000000;
  border-color: #333333;
}

/*------------------*/
/* kendo classes    */
/*------------------*/
.k-combobox {
  width: 250px;
  border-radius: 0;
  background-color: transparent;
  font-size: 1rem;
  border: 2px solid transparent;
  outline: 1px solid #212121;
  line-height: 1.42857143rem;
}
.k-combobox .k-dateinput-wrap,
.k-combobox .k-picker-wrap,
.k-combobox .k-multiselect-wrap,
.k-combobox .k-numeric-wrap {
  border-radius: 0;
}
.k-combobox .k-dateinput-wrap .k-clear-value,
.k-combobox .k-picker-wrap .k-clear-value,
.k-combobox .k-multiselect-wrap .k-clear-value,
.k-combobox .k-numeric-wrap .k-clear-value {
  right: calc(2em - 8px) !important;
}
.k-combobox .k-clear-value {
  height: 1rem;
  width: 1rem;
}
.k-combobox .k-default .k-input-inner {
  box-shadow: none;
}
.k-combobox .k-input-inner {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  height: 2.25rem;
  color: #212121;
  border-radius: 0;
  text-indent: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 1.375rem;
}
.k-combobox .k-input-inner:not([disabled])::placeholder {
  color: #212121;
}
.k-combobox:hover, .k-combobox.k-hover {
  border-color: #B2B2B2;
}
.k-combobox.k-disabled {
  outline-color: #B2B2B2;
}
.k-combobox .k-input-button {
  color: #666666;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  line-height: 1.42857143rem;
  padding: 0.25rem;
}
.k-combobox .k-input-button .k-button-icon {
  font: 1rem/1 WebComponentsIcons;
}
.k-combobox .k-input-button .k-button-icon:before {
  content: "\e015" !important;
}
.k-combobox .k-input-button .k-button-icon svg {
  display: none;
}

.k-animation-container {
  border-radius: 0;
}
.k-animation-container .k-popup {
  border-radius: 0;
}
.k-animation-container .k-popup .k-list li {
  font-size: 0.875rem;
  padding: 2px;
}
.k-animation-container .k-popup .k-list li:nth-child(2n+1):not(.k-state-selected):not(.k-state-hover) {
  background-color: #D9E8F6;
}
.k-animation-container .k-popup .k-list .k-hover {
  border-radius: 0;
}
.k-animation-container .k-popup .k-list .k-focused {
  border-radius: 0;
  box-shadow: none;
  background-color: #D9E8F6;
}
.k-animation-container .k-popup .k-list > .k-selected {
  box-shadow: none;
  border-radius: 0;
}

.k-icon.k-i-arrow-60-down:before,
.k-icon.k-i-arrow-s:before {
  content: "\e015" !important;
}

.k-input.k-focus,
.k-input:focus,
.k-widget.k-input.k-focus,
.k-widget.k-input:focus {
  border-color: #4591F7 !important;
  box-shadow: none !important;
  outline-color: #4591F7;
}

.k-picker:focus {
  border: 3px solid #212121;
  border-color: #4591F7 !important;
}

.k-picker, .k-widget.k-picker {
  border: 1px solid #212121;
}

.k-rounded-md {
  border-radius: 0px !important;
}

.k-list-item {
  border-radius: 0 !important;
}

.k-animation-container .k-popup .k-list li.k-hover,
.k-animation-container .k-popup .k-list li:hover {
  background-color: #D9E8F6 !important;
}

.k-animation-container .k-popup .k-list li.k-selected {
  color: #212121 !important;
  box-shadow: none !important;
}

.k-list-item.k-focus,
.k-list-item:focus {
  box-shadow: none !important;
}

.temp-search-fields .k-input.k-combobox:hover,
.temp-search-fields .k-input.k-combobox:focus-within {
  background-color: unset !important;
}

.k-textbox {
  border-radius: 0px;
}

.k-dateinput input[type=text] {
  height: 40px;
  font-size: 1rem;
}

.k-datepicker {
  width: 100%;
  background-color: transparent;
  font-size: 1rem;
  outline: 1px solid #212121;
  border: 2px solid transparent;
}
.k-datepicker:focus, .k-datepicker.k-focus {
  border-color: #4591F7;
}
.k-datepicker .k-input-inner {
  height: 2.25rem;
  border: none;
  outline: none;
}
.k-datepicker .k-input-button {
  height: 2.25rem;
  width: 2.25rem;
  border: none;
  background-color: #FFFFFF;
}
.k-datepicker .k-input-button:hover {
  color: #2D2D2D;
  background-color: #ebebeb;
}
.k-datepicker .k-input {
  height: 2.5rem;
  padding: 4px 0;
}
.k-datepicker.k-default .k-input {
  box-shadow: none;
}
.k-datepicker.k-hover {
  background-color: transparent;
}
.k-datepicker .k-select {
  border-radius: 0;
  border-color: #212121;
  cursor: pointer;
}
.k-datepicker.k-active {
  box-shadow: none;
  background-color: transparent;
}

.k-multiselect {
  width: 250px;
  outline: 1px solid #212121;
  border: 2px solid transparent;
  background-color: #FFFFFF;
}
.k-multiselect.k-state-focused {
  box-shadow: none;
  border-color: #ccc;
}
.k-multiselect.k-state-focused > .k-multiselect-wrap {
  box-shadow: none;
  border-color: #ccc;
}
.k-multiselect.k-state-border-down, .k-multiselect.k-state-border-up {
  border-radius: 0;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap, .k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0;
}
.k-multiselect .k-multiselect-wrap {
  border-radius: 0;
}
.k-multiselect .k-multiselect-wrap > .k-i-close {
  top: calc(1em - 2px);
}
.k-multiselect .k-multiselect-wrap .k-input {
  min-height: 2.15em;
  line-height: 2.15em;
}
.k-multiselect .k-multiselect-wrap .k-button {
  border-radius: 0;
  line-height: 2em;
  padding: 0.1em 2.1em 0.1em 0.9em;
  border-color: transparent;
  margin: 2px 0 2px 2px;
}
.k-multiselect .k-multiselect-wrap .k-button:active {
  box-shadow: none;
}
.k-multiselect .k-chip {
  background-color: #E5E5E5;
  border-radius: 3px !important;
  border-color: #CCCCCC;
}
.k-multiselect .k-chip.k-hover {
  background-color: #CCCCCC;
}
.k-multiselect .k-chip .k-icon {
  font: 1rem/1 Material Icons Outlined;
}
.k-multiselect .k-chip .k-icon:before {
  content: "\e5cd" !important;
}
.k-multiselect .k-chip .k-icon svg {
  display: none;
}

.k-dropdownlist {
  width: 250px;
  outline: 1px solid #212121;
  border: 2px solid transparent;
  line-height: 1.625rem;
  background-color: #FFFFFF;
}
.k-dropdownlist:hover {
  background-color: #FFFFFF;
}
.k-dropdownlist:focus, .k-dropdownlist.k-focus {
  box-shadow: none;
  outline: 1px solid #4591F7;
  border: 2px solid #4591F7;
  background-color: #FFFFFF;
}
.k-dropdownlist .k-input-inner {
  height: 2.25rem;
  font-size: 1rem;
  font-family: "Open Sans", Arial, sans-serif;
  padding-block: 0.25rem;
  padding-inline: 0.5rem;
}
.k-dropdownlist .k-input-button {
  height: 2.25rem;
  width: 2.25rem;
}
.k-dropdownlist .k-input-button .k-button-icon {
  font: 1rem/1 WebComponentsIcons;
}
.k-dropdownlist .k-input-button .k-button-icon:before {
  content: "\e015" !important;
}
.k-dropdownlist .k-input-button .k-button-icon svg {
  display: none;
}

.k-dropdownlist-content-container .k-list-filter {
  padding: 8px;
}
.k-dropdownlist-content-container .k-list-filter .k-searchbox:focus-within {
  box-shadow: none;
  border-color: #4591F7;
}
.k-dropdownlist-content-container .k-list-filter .k-searchbox .k-input-icon {
  padding: 4px;
  height: 2rem;
  width: 2rem;
}
.k-dropdownlist-content-container .k-list-filter .k-searchbox .k-input-inner {
  outline: none;
  border: none;
  height: 2rem;
  padding-left: 0;
  box-sizing: content-box;
  padding-block: 0.25rem;
  padding-inline-start: 0;
  padding-inline-end: 0.625rem;
}
.k-dropdownlist-content-container .k-list-content {
  font-family: "Open Sans", Arial, sans-serif;
}

.k-animation-container .k-dropdownlist-popup .k-list-optionlabel {
  padding-block-start: 7px;
  padding-block-end: 7px;
  padding-inline-start: 10px;
  padding-inline-end: 7px;
  font-size: 1rem;
  color: #212121;
}
.k-animation-container .k-dropdownlist-popup .k-list-optionlabel.k-selected {
  box-shadow: none;
  background-color: #D9E8F6;
}
.k-animation-container .k-dropdownlist-popup .k-list .k-list-item.k-selected {
  background-color: #D9E8F6 !important;
}

.k-calendar table {
  display: inline-table;
}
.k-calendar .k-calendar-table td.k-calendar-td {
  height: 40px;
  width: 40px;
}
.k-calendar .k-calendar-table .k-link {
  border-radius: 4px;
  font-size: 0.75rem;
  text-decoration: none;
}
.k-calendar .k-calendar-table .k-selected .k-link {
  box-shadow: none;
  color: #FFFFFF !important;
}
.k-calendar .k-today .k-link {
  color: #212121;
}

.k-calendar > .k-header {
  background-color: #FFFFFF !important;
  border-bottom-width: 0 !important;
  border-bottom-style: none !important;
  box-shadow: none;
}
.k-calendar > .k-header a {
  border-radius: 4px !important;
}

.k-calendar,
.k-calendar-nav-fast,
.k-calendar-nav-today,
.k-footer,
.k-nav-today {
  font-weight: 600;
}

.k-footer .k-button-flat-primary {
  border-radius: 4px !important;
}

.k-tabstrip {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-family: "Open Sans", Arial, sans-serif;
}
.k-tabstrip:focus {
  box-shadow: none;
}
.k-tabstrip .k-tabstrip-items-wrapper {
  border-bottom-color: #212121;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item {
  border-radius: 0;
  border-width: 1px;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  color: #212121;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item span {
  border-radius: 0;
  border: none;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item.k-hover:not(.k-active), .k-tabstrip .k-tabstrip-items-wrapper .k-item:hover:not(.k-active) {
  color: #212121;
  border-color: #212121;
  border-bottom-color: transparent;
  background-color: transparent;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item.k-hover:not(.k-active) span, .k-tabstrip .k-tabstrip-items-wrapper .k-item:hover:not(.k-active) span {
  color: #212121;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item.k-focus, .k-tabstrip .k-tabstrip-items-wrapper .k-item:focus {
  box-shadow: none;
}
.k-tabstrip .k-tabstrip-items-wrapper .k-item.k-active {
  border-top-color: #212121;
  border-left-color: #212121;
  border-right-color: #212121;
  border-bottom-color: transparent;
}
.k-tabstrip .k-tabstrip-content {
  border-color: #212121;
  border-radius: 0;
}
.k-tabstrip .k-tabstrip-content:hover {
  border-color: #212121;
}

.k-window {
  border-radius: 0;
}
.k-window .k-window-titlebar {
  border-radius: 0;
  color: #FFFFFF;
}
.k-window.k-window-maximized .k-window-titlebar {
  cursor: default;
  border-radius: 0;
}
.k-window.k-window-maximized .k-window-titlebar .k-window-title {
  cursor: default;
}
.k-window .k-window-titlebar {
  cursor: move;
}
.k-window .k-window-titlebar .k-window-title {
  cursor: move;
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.k-window .k-window-titlebar .k-window-action {
  opacity: 1;
}

.k-radio:disabled, .k-radio:disabled + .k-radio-label {
  cursor: not-allowed !important;
}

.k-radio.k-disabled, .k-radio:disabled {
  cursor: not-allowed !important;
}

.k-radio::before {
  width: 13px !important;
  height: 13px !important;
}

.k-radio {
  width: 20px !important;
  height: 20px !important;
}

.k-grid {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.k-grid .k-toolbar {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 0;
  z-index: 1;
  top: -60px;
  border-radius: 4px;
}
.k-grid .k-toolbar button {
  border-radius: 4px !important;
  background-color: #FFFFFF;
  margin: 2px 0;
  border-width: 1px;
  padding: 2px 9px;
  line-height: 1.625rem;
  height: auto;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
}
.k-grid .k-toolbar button:hover {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0px 2px #CB0909;
}
.k-grid .k-toolbar button:focus {
  box-shadow: inset 0 0 0px 2px #4591F7;
  border-color: #4591F7;
}
.k-grid .k-toolbar button:active {
  background-color: #FFFFFF;
  box-shadow: inset 0 0 0px 2px #4591F7;
  border-color: #4591F7;
}
.k-grid .k-toolbar button .k-button-text {
  font-weight: 600;
}
.k-grid .k-grid-header {
  border-radius: 0;
  border-bottom-width: 1px;
  box-shadow: 0 3px 4px -4px #B2B2B2;
}
.k-grid .k-grid-header .k-grid-header-wrap {
  border-right: none;
}
.k-grid .k-grid-header .k-table-thead {
  background-color: #f5f5f5;
}
.k-grid .k-grid-header .k-header {
  border-radius: 0;
  border-color: #CCCCCC;
}
.k-grid .k-grid-header .k-header:first-child, .k-grid .k-grid-header .k-header:last-child {
  border-radius: 0;
}
.k-grid .k-grid-header .k-header.k-focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-grid-header .k-cell-inner {
  cursor: pointer;
  padding-left: 6px;
  padding-right: 1px;
}
.k-grid .k-grid-header .k-cell-inner a.k-link,
.k-grid .k-grid-header .k-cell-inner span.k-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1.25rem 1.5rem 1.25rem 0.25rem;
  position: relative;
  cursor: pointer;
}
.k-grid .k-grid-header .k-cell-inner a.k-link:hover, .k-grid .k-grid-header .k-cell-inner a.k-link:active, .k-grid .k-grid-header .k-cell-inner a.k-link:focus,
.k-grid .k-grid-header .k-cell-inner span.k-link:hover,
.k-grid .k-grid-header .k-cell-inner span.k-link:active,
.k-grid .k-grid-header .k-cell-inner span.k-link:focus {
  text-decoration: underline;
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-desc-sm,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-desc-sm {
  position: absolute;
  font-weight: 600;
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-asc-sm::before,
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-desc-sm::before,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-asc-sm::before,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-desc-sm::before {
  font-size: 0.75rem;
  color: #212121;
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-asc-sm {
  top: 5px;
  right: -0.5px;
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-asc-sm::before,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-asc-sm::before {
  content: "❯";
  transform: rotate(-90deg);
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-desc-sm,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-desc-sm {
  bottom: 3px;
  right: -1.5px;
}
.k-grid .k-grid-header .k-cell-inner a.k-link .k-i-sort-desc-sm::before,
.k-grid .k-grid-header .k-cell-inner span.k-link .k-i-sort-desc-sm::before {
  content: "❯";
  transform: rotate(90deg);
}
.k-grid .k-grid-header a.k-header-column-menu {
  padding-bottom: 0.75rem;
  padding-right: 0.5rem;
}
.k-grid .k-grid-header a.k-header-column-menu.k-active {
  background-color: transparent;
}
.k-grid .k-grid-header a.k-header-column-menu.k-active .k-icon::before {
  content: "\e129";
}
.k-grid .k-filter-row td:first-child {
  border-left-width: 0;
}
.k-grid .k-filter-row .k-input-inner {
  height: auto;
  font-size: 0.875rem;
  outline-color: transparent;
  padding: 3px 5px;
}
.k-grid .k-filter-row .k-input-inner:focus {
  box-shadow: none;
}
.k-grid .k-filter-row .k-picker {
  background-color: transparent;
  border-color: transparent;
  outline-color: transparent;
}
.k-grid .k-filter-row .k-picker:hover {
  background-color: #ebebeb;
}
.k-grid .k-filter-row .k-picker:focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-filter-row .k-button {
  background-color: transparent;
  border-color: transparent;
  outline-color: transparent;
}
.k-grid .k-filter-row .k-button:hover {
  background-color: #ebebeb;
}
.k-grid .k-filter-row .k-button:focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-grid-container {
  flex: 0 1 auto;
}
.k-grid .k-master-row {
  border-bottom: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  box-sizing: content-box;
}
.k-grid .k-master-row td.k-table-td {
  border-color: #F2F2F2;
  padding: 0.6rem;
  font-size: 0.875rem;
  line-height: 1.6em;
  caret-color: #333;
  color: #212121;
  column-rule-color: #333;
  outline-color: #333;
  text-align: left;
  /*text-decoration-color:  #333;
  text-emphasis-color:  #333;
  -webkit-text-fill-color:  #333;
  -webkit-text-stroke-color:  #333;*/
}
.k-grid .k-master-row td.k-table-td.k-focus, .k-grid .k-master-row td.k-table-td:focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-master-row td.k-table-td a {
  font-size: 0.875rem;
}
.k-grid .k-master-row.k-alt {
  background-color: #ebebeb;
}
.k-grid .k-master-row.k-alt td {
  border-color: #EFEFEF;
}
.k-grid .k-master-row.k-alt td.k-focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-master-row:hover {
  position: relative;
}
.k-grid .k-master-row:hover td {
  border-color: #EBEBEB;
}
.k-grid .k-master-row:hover td.k-focus {
  box-shadow: inset 0 0 0px 3px #4591F7;
}
.k-grid .k-master-row:focus {
  box-shadow: inset 4px 0 0 0 #4591F7, inset -4px 0 0 0 #4591F7;
}
.k-grid .k-pager {
  border-radius: 0;
  border-top-width: 1px;
  border-color: #CCCCCC;
  box-shadow: 0 -3px 4px -4px #B2B2B2;
  padding: 0.75rem 0.75rem;
  background-color: #F5F5F5;
}
.k-grid .k-pager .k-picker {
  background-image: none;
  white-space: normal;
  margin-right: 0;
  color: #212121;
}
.k-grid .k-pager .k-picker .k-button {
  border: none !important;
}
.k-grid .k-pager .k-button {
  border: 1px solid #E5E5E5 !important;
  color: #2D2D2D;
  border-radius: 0;
  font-size: 1.15rem;
  background-color: #FFFFFF !important;
  margin-left: 2px;
  height: 2.14em;
}
.k-grid .k-pager .k-button:focus {
  box-shadow: inset 0 0 0px 2px #4591F7;
  border-color: #4591F7;
}
.k-grid .k-pager .k-button.k-selected {
  color: #FFFFFF;
  z-index: 1;
}
.k-grid .k-pager .k-button.k-selected:before {
  opacity: 0;
}
.k-grid .k-pager .k-button.k-disabled {
  opacity: 0.4;
}
.k-grid .k-pager .k-button .k-icon::before {
  font-size: 1rem;
}
.k-grid .k-pager .k-button .k-icon.k-svg-i-caret-alt-left::before {
  content: "❮";
}
.k-grid .k-pager .k-button .k-icon.k-svg-i-caret-alt-right::before {
  content: "❯";
}
.k-grid .k-pager .k-button .k-icon svg {
  display: none;
}
.k-grid .k-pager .k-button.k-pager-first {
  border-radius: 5px 0 0 5px;
}
.k-grid .k-pager .k-button.k-pager-first .k-icon::before {
  content: "❙❮";
}
.k-grid .k-pager .k-button.k-pager-last {
  border-radius: 0 5px 5px 0;
}
.k-grid .k-pager .k-button.k-pager-last .k-icon::before {
  content: "❯❙";
}
.k-grid .k-pager .k-pager-info {
  color: #212121;
}
.k-grid .k-pager.k-pager-sm .k-pager-numbers-wrap {
  margin: 0 0 0 2px;
}
.k-grid .k-pager.k-pager-sm .k-dropdown {
  border-color: #E5E5E5;
  color: #2D2D2D;
  border-radius: 0;
  font-weight: 600;
  font-size: 0.9rem;
  height: 1.9rem;
}
.k-grid .k-pager .k-pager-sizes {
  color: #212121;
}
.k-grid .k-pager .k-pager-sizes .k-picker {
  width: auto;
  outline-color: #E5E5E5;
}
.k-grid .k-pager .k-pager-sizes .k-picker .k-input-inner {
  height: auto;
  padding: 2px 6px;
}
.k-grid .k-pager .k-pager-sizes .k-picker .k-input-button {
  height: 2rem;
  width: 2rem;
}

.k-column-menu {
  background-color: #FFFFFF;
}
.k-column-menu .k-menu:not(.k-context-menu) {
  background-color: #FFFFFF;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item:first-child {
  margin-top: 5px;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item + .k-menu-item {
  margin-top: 0;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item.k-focus {
  box-shadow: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item.k-selected {
  background-color: #D9E8F6;
  border-color: #D9E8F6;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item.k-hover, .k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item:hover {
  background-color: #D9E8F6;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group {
  background-color: #FFFFFF;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item.k-hover, .k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item:hover {
  box-shadow: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item.k-hover .k-menu-link, .k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item:hover .k-menu-link {
  background-color: #D9E8F6;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item.k-focus, .k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item:focus {
  box-shadow: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item.k-focus .k-checkbox, .k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-group > .k-menu-item:focus .k-checkbox {
  box-shadow: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-svg-i-sort-asc-small::before {
  font-size: 0.75rem;
  content: "❯";
  transform: rotate(-90deg);
  font-weight: 600;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-svg-i-sort-asc-small svg {
  display: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-svg-i-sort-desc-small::before {
  font-size: 0.75rem;
  content: "❯";
  transform: rotate(90deg);
  font-weight: 600;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-svg-i-sort-desc-small svg {
  display: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-menu-expand-arrow-icon::before {
  content: "❯";
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-menu-expand-arrow-icon svg {
  display: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-checkbox {
  border-radius: 4px !important;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-checkbox::before {
  top: calc(50% + 1px);
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-checkbox:checked:focus {
  box-shadow: none;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-icon {
  color: #212121;
}
.k-column-menu .k-menu:not(.k-context-menu) > .k-menu-item .k-menu-link .k-menu-link-text {
  color: #212121;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-position-item {
  display: none !important;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-position-item .k-move-prev .k-icon::before {
  content: "❮";
}
.k-column-menu .k-menu:not(.k-context-menu) .k-position-item .k-move-prev svg {
  display: none;
}
.k-column-menu .k-menu:not(.k-context-menu) .k-position-item .k-move-next .k-icon::before {
  content: "❯";
}
.k-column-menu .k-menu:not(.k-context-menu) .k-position-item .k-move-next svg {
  display: none;
}
.k-column-menu .k-filter-menu .k-dropdownlist {
  outline: 1px solid #CCCCCC;
}
.k-column-menu .k-filter-menu .k-dropdownlist .k-input-inner {
  height: auto;
  font-size: inherit;
}
.k-column-menu .k-filter-menu .k-textbox {
  outline: 1px solid #CCCCCC;
  border: 2px solid #FFFFFF;
}
.k-column-menu .k-filter-menu .k-textbox:hover {
  border-color: #aeaeae;
}
.k-column-menu .k-filter-menu .k-textbox:focus-within {
  border-color: #4591F7;
  outline-color: #4591F7;
  box-shadow: none;
}
.k-column-menu .k-filter-menu .k-textbox .k-input-inner {
  box-sizing: border-box;
}
.k-column-menu .k-filter-menu .k-actions {
  padding-top: 1px;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-primary,
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base {
  border-radius: 3px !important;
  margin-bottom: 2px;
  outline: 1px solid;
  font-weight: 600;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-primary:focus, .k-column-menu .k-filter-menu .k-actions .k-button-solid-primary:active,
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base:focus,
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base:active {
  border-color: #4591F7;
  outline-color: #4591F7;
  box-shadow: none;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-primary {
  border: 2px solid;
  color: #FFFFFF;
  margin-left: 2px;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base {
  border: 2px solid #FFFFFF;
  margin-right: 2px;
  background-color: #FFFFFF;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base:hover {
  background-color: #FFFFFF;
}
.k-column-menu .k-filter-menu .k-actions .k-button-solid-base:active {
  background-color: #FFFFFF;
}

.intelegv-kendo-caption {
  padding: 0;
  vertical-align: middle;
  text-decoration: none;
  text-align: left;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  height: 70px;
  min-width: 500px;
  line-height: 4.375rem;
  padding-left: 30px;
  text-transform: capitalize;
  background-color: #FFFFFF;
  display: block;
  position: sticky;
  left: 0;
  top: 0;
}

.k-grid-norecords {
  padding: 20px;
  font-style: italic;
  font-size: 1.125rem;
}

[class^=k-] {
  font-family: "Open Sans", Arial, sans-serif;
}

.demo-section.k-content {
  padding: 1rem !important;
}

.k-animation-container .k-popup .k-list li {
  font-size: 1rem !important;
  padding: 7px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #E5E5E5 !important;
  border-bottom: none !important;
  background-color: white !important;
}
.k-animation-container .k-popup .k-list li:last-of-type {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #E5E5E5 !important;
}
.k-animation-container .k-popup .k-list .k-state-hover {
  color: #000000;
  outline: 0.25rem solid #4591F7;
  outline-offset: 0;
}
.k-animation-container .k-popup .k-list .k-state-focused {
  background-color: #D9E8F6 !important;
  color: #000000;
}
.k-animation-container .k-popup .k-list > .k-state-selected {
  color: #000000;
}

table.k-editor {
  border-radius: 0;
}
table.k-editor td {
  background-color: #FFFFFF;
}

.k-switch-md .k-switch-thumb {
  height: 24px;
  width: 24px;
}

.k-switch-off .k-switch-track {
  border-color: #adb5bd;
  background-color: #ffffff;
}
.k-switch-off .k-switch-thumb {
  border-color: rgba(0, 0, 0, 0.08);
  color: #424242;
  background-color: #adb5bd;
}

.k-widget {
  border-color: #212121;
}

/*------------------*/
/* page classes     */
/*------------------*/
#loginContent {
  padding-top: 10px;
}
#loginContent h1 {
  line-height: 1.875rem;
  font-weight: bold;
}

#loginBodyWrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 1000px;
}

/* This parent can be any width and height */
.block {
  text-align: center;
  /* May want to do this if there is risk the container may be narrower than the element inside */
  white-space: nowrap;
}

/* The ghost, nudged to maintain perfect centering */
.block:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can also be of any width and height */
.centered {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.divLoginCopyrightText {
  font-size: 0.75rem;
  margin: 10px auto 0 auto;
  text-align: center;
  position: relative;
  width: 1000px;
  background-color: transparent;
}
.divLoginCopyrightText a {
  font-size: 0.75rem;
}

.loginTabs {
  height: 45px;
  line-height: 2.8125rem;
  vertical-align: middle;
  position: relative;
  width: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.loginTabs ul {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.loginTabs ul:after {
  content: "";
  display: table;
  clear: both;
}
.loginTabs ul li {
  display: inline-block;
  height: 30px;
  line-height: 1.875rem;
  vertical-align: middle;
  float: left;
  cursor: pointer;
  font-size: 0.9375rem;
  margin: 2px 5px 0 5px;
  position: relative;
  border-bottom: 2px solid #FFFFFF;
  color: #4D4D4D;
}
.loginTabs ul li:first-child {
  margin-left: 10px;
}
.loginTabs ul li.active {
  cursor: default;
}

.loginPanelCAC {
  margin-bottom: 10px;
  min-height: 90px;
  position: relative;
  padding-top: 10px;
  line-height: 5.625rem;
  vertical-align: middle;
}

.loginPanelSSO {
  margin-bottom: 10px;
  padding-top: 10px;
  min-height: 90px;
}

.loginPanel {
  position: relative;
  margin: 0 auto;
  width: 283px;
  height: 170px;
}

.loginRFV, .loginRFV2 {
  color: Black;
}

.loginRFV {
  text-align: center;
}

.loginRFV2 {
  text-align: center;
  left: 200px;
}

.ILLogin {
  margin-bottom: 9px;
  position: relative;
  display: inline-block;
}

.loginWrapperClass,
.resetWrapperClass,
.divFrontSmallWrappers,
.divFrontWideWrappers,
.frontGenWrap {
  background-color: White;
  padding: 20px;
}

.loginWrapperClass {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 410px;
  margin-top: 15%;
  min-height: 150px;
  _height: 150px;
}

.imgIL {
  margin-top: 20px;
  margin-bottom: 10px;
}

.resetWrapperClass {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 410px;
  margin-top: 15%;
}

.labelResetLogin {
  font-weight: bold;
}

.divCCMsg {
  margin: 10px;
  background: #FFF;
}

.policyPage form {
  height: 100%;
}
.policyPage #loginContent {
  height: 100%;
  padding: 20px 0;
}
.policyPage .front-page-wrap-full > div {
  height: 100%;
}
.policyPage .topPolicyButtons {
  margin-bottom: 10px;
  margin-top: 10px;
}
.policyPage .btmPolicyButtons {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.front-page-wrap-full {
  text-align: center;
  background-color: White;
  right: 100px;
  left: 100px;
  top: 100px;
  bottom: 100px;
  position: absolute;
  overflow-y: auto;
}

.notLoggedIn {
  width: 700px;
  background-color: White;
}

.forgotPasswordWrap .forgotPasswordMsg {
  width: 680px;
  padding: 10px;
  color: #DD0000;
}
.forgotPasswordWrap .forgotPasswordEmail {
  width: 700px;
  text-align: left;
  padding: 10px;
}
.forgotPasswordWrap .forgotPasswordSecretQuestion {
  width: 700px;
  text-align: left;
  padding: 0px 10px;
}

.divCompanyPolicy,
.divCompanyWarning {
  width: 650px;
  white-space: normal;
  padding: 10px;
  text-indent: 10px;
  overflow: hidden;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.divCompanyPolicy {
  background-color: #FFFFFF;
}

.divCompanyWarning {
  font-weight: bold;
  margin: 10px auto;
  color: #DD0000;
  background-color: #FFFFFF;
}

/**/
/*AJAX Tabs Control CSS*/
/* xp theme */
.ajax__tab_xp2 .ajax__tab_header {
  font-size: 0.6875rem;
  background: url(../App_Themes/TabContainerTheme/tab-line.gif) repeat-x bottom;
  width: 618px;
}
.ajax__tab_xp2 .ajax__tab_outer {
  background: url(../App_Themes/TabContainerTheme/tab-right.gif) no-repeat right;
  height: 21px;
}
.ajax__tab_xp2 .ajax__tab_inner {
  padding-left: 3px;
  background: url(../App_Themes/TabContainerTheme/tab-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_tab {
  height: 13px;
  padding: 4px;
  margin: 0;
  background: url(../App_Themes/TabContainerTheme/tab.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer {
  background: url(../App_Themes/TabContainerTheme/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner {
  background: url(../App_Themes/TabContainerTheme/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab {
  background: url(../App_Themes/TabContainerTheme/tab-hover.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer {
  background: url(../App_Themes/TabContainerTheme/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner {
  background: url(../App_Themes/TabContainerTheme/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab {
  background: url(../App_Themes/TabContainerTheme/tab-active.gif) repeat-x;
}
.ajax__tab_xp2 .ajax__tab_body {
  font-size: 0.625rem;
  border: solid 1px #999999;
  padding: 8px;
  background-color: #ffffff;
  width: 600px;
}

.ajax__calendar_container {
  width: 240px !important;
}

.ajax__calendar_body {
  width: 240px !important;
}

/*End AJAX Tabs Control CSS*/
.DetailsViewFieldHeader {
  width: 16em;
  font-weight: bold;
} /*Detailsviews (2/12/08)*/
.divDetailPopupButtons {
  text-align: right;
  position: relative;
} /*ViewCallDetailNew.aspx (as of 5.19.11)*/
.farFarAwayButton {
  position: fixed;
  top: -10000px;
} /*StockEquipmentControl, ShipOrder, ViewStockPhones (5.19.11)*/
.OrderDetailsEditLinkButtons2 {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: capitalize;
}

.OrderDetailsSectionDiv {
  background-color: #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
}

.LineDVMenu {
  width: 200px;
  margin: 5px 0 10px 0;
  border-top: none;
  border-collapse: collapse;
  z-index: 1000;
  background-color: #fff;
}
.LineDVMenu td, .LineDVMenu th {
  padding: 0;
}
.LineDVMenu td a:link, .LineDVMenu td a:visited,
.LineDVMenu td a:hover, .LineDVMenu td a:active {
  text-decoration: none;
  color: #FFF;
  background-color: Transparent;
}
.LineDVMenu td a:link, .LineDVMenu td a:visited {
  padding: 4px;
  height: auto;
  width: 200px;
  display: table-cell;
  font-size: 0.625rem;
  font-weight: normal;
}
.LineDVMenu .LineDVMenuHead {
  padding: 0;
  font-size: 0.625rem;
  font-weight: bold;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  padding: 4px;
  margin: 0;
  color: #fff;
}

/*LineDetailsControl (05.19.11) */
.LineDVMenuDetailHead td {
  padding: 0 !important;
  font-size: 0.625rem !important;
  font-weight: bold !important;
  vertical-align: middle !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 4px !important;
  margin: 0 !important;
  color: #fff !important;
}

.LineDVMenuSelectedRowStyle {
  color: #FFF;
}

.MobileDetailsSDFS {
  width: 485px;
} /*MobileDetails (05.19.11)*/
.MobileDetailsAddtnField {
  width: 505px;
} /*MobileDetails (05.19.11)*/
.lblServiceFeaturesDetails {
  font-weight: normal;
  font-size: 1rem;
} /*CarrierFeaturesControlV2 (05.19.11)*/
.SearchEmployeeTabOutline {
  display: inline-table;
  padding: 4px 10px;
  -moz-border-radius: 5px;
  -moz-border-radius-topleft: 0;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border: solid 1px #DDD;
} /*EditSystemUsersCostCenters, SearchEmployeeControl, EquipmentAndService (5.19.11)*/
.SearchEmpSearchTabActive:link, .SearchEmpSearchTabActive:visited,
.SearchEmpSearchTabInactive:link, .SearchEmpSearchTabInactive:visited {
  text-decoration: none;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.SearchEmpSearchTabActive:link, .SearchEmpSearchTabActive:visited {
  padding: 5px 5px 0 5px;
  border: solid 1px #DDD;
  border-bottom: solid 1px #FFF;
  color: #FFF;
}

.SearchEmpSearchTabInactive:link, .SearchEmpSearchTabInactive:visited {
  padding: 2px 5px 0 5px;
  border: solid 1px #E2E2E2;
  background-color: #E2E2E2;
}

.SearchEmpSearchTabActive:hover, .SearchEmpSearchTabInactive:hover,
.SearchEmpSearchTabActive:active, .SearchEmpSearchTabInactive:active {
  color: #FFF;
}

.genLinkMenu {
  width: 300px;
  display: block;
}
.genLinkMenu a {
  padding: 3px;
  display: block;
  color: #515151;
}
.genLinkMenu a:hover {
  color: #FFF;
}

/*EditStandardReports (5.19.11)*/
.CostCenterComponentViewGV {
  margin: 5px 0 10px 0;
  border-collapse: collapse;
  background-color: #fff;
  border: solid 1px #BBB;
} /*EditCostCenterControlVer3 (5.19.11)*/
.CarrierSummaryFieldHead {
  width: 150px;
  color: #515151;
  background-color: #efefef;
} /*ViewCallDetailNew (5.19.11)*/
.CarrierSummaryFields {
  min-width: 100px;
  _width: 150px;
  text-align: right;
}
.CarrierSummaryFields span {
  padding-left: 10px;
}

/*ViewCallDetailNew (5.19.11)*/
.rbl label {
  width: 300px;
  padding: 0px 15px 15px 0px;
} /*SuspendCancel, ReportGridV2 (5.19.11)*/
.ui-dialog {
  position: fixed !important;
}
.ui-dialog.logout-timer-dialog {
  z-index: 10001;
  box-shadow: 0px, 0px, 10px, 0px, #000000;
}
.ui-dialog.logout-timer-dialog .ui-dialog-titlebar {
  text-shadow: 1px 1px 0px #E5E5E5;
}

.ui-dialog-titlebar {
  color: #EEE;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close {
  border: 1px solid transparent;
  background: none;
  color: transparent;
}
.ui-dialog-titlebar .ui-dialog-titlebar-close:hover {
  border: 1px solid #bbbbbb;
  background: #FFFFFF;
}
.ui-dialog-titlebar .with-close {
  float: right;
  background: transparent;
  border: transparent;
  color: #FFF;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: bold;
}

.ui-widget-overlay {
  position: fixed;
}

.InvoiceTrackingResultsGV {
  font-size: x-small;
} /*InvoiceTracking (5.19.11)*/
.divCapsLockLogin {
  width: 200px;
  margin: 0 auto;
  display: none;
  text-align: center;
  position: absolute;
  top: -20px;
  left: 105px;
} /*Login (5.19.11)*/
.InvoiceElectronicBillLabel {
  width: 11em;
  font-style: italic;
  display: inline-block;
} /*AddInvoice (5.19.11)*/
.InvoiceCalculatedFieldsLabelWithElectronicBill {
  width: 11em;
  text-align: right;
  display: inline-block;
} /*AddInvoice (5.19.11)*/
span.tracecontent table {
  background-color: #FFF;
} /*For tracing stack -- not to be used otherwise*/
.ClearLabelClass {
  float: none;
  width: auto;
  font-weight: normal;
}

.FAQType {
  color: #515151;
  font-weight: bolder;
  text-decoration: underline;
  font-size: large;
}

.FAQAnswer {
  font-size: 0.75rem;
}

.csslink {
  text-decoration: underline;
  cursor: pointer;
}

.blue {
  color: #0000FF;
}

.chartsAccessibleGridToggleButton {
  position: absolute;
  bottom: 3px;
  right: 5px;
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase !important;
}

.arrow_box {
  position: relative;
  box-shadow: 0px, 0px, 10px, 3px, #212121;
}
.arrow_box table {
  margin: 0;
}

.arrow_box:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-width: 10px;
  margin-top: -10px;
}

.toparrow_box {
  position: relative;
  box-shadow: 0px, 0px, 10px, 3px, #212121;
}
.toparrow_box table {
  margin: 0;
}

.toparrow_box:after {
  left: 15px;
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.toparrow_box:after {
  border-width: 10px;
  margin-top: -10px;
}

.bottomarrow_box {
  position: relative;
  box-shadow: 0px, 0px, 10px, 3px, #212121;
}
.bottomarrow_box table {
  margin: 0;
}

.bottomarrow_box:after {
  left: 15px;
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.bottomarrow_box:after {
  border-width: 10px;
  margin-top: -10px;
}

.changePreferencesFieldset {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.sso-loginfail {
  text-align: left;
}
.sso-loginfail p {
  margin-left: 15px;
}
.sso-loginfail ul {
  margin-left: 5px;
}
.sso-loginfail ul li {
  margin-bottom: 5px;
}

.CompanyImageMobile {
  display: none;
}

@media only screen and (max-width: 800px) {
  body.front-pages #loginContent {
    padding: 0;
  }
  body.front-pages #loginBodyWrapper {
    width: 100%;
    height: auto;
    margin: 0;
  }
  body.front-pages #loginBodyWrapper .loginPanel {
    height: auto;
  }
  body.front-pages #loginBodyWrapper .left-panel,
  body.front-pages #loginBodyWrapper .right-panel {
    float: none;
    width: 100%;
    height: auto;
    padding: 40px 60px;
    overflow: visible;
  }
  body.front-pages .loginPanelContent {
    position: relative;
  }
  body.front-pages #divClientMB {
    position: relative;
    width: auto;
    margin: 5px;
  }
  body.front-pages .divLoginCopyright {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
  }
  body.front-pages .divLoginCopyrightText {
    width: auto;
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    margin: 5px 0;
  }
  body.front-pages .forgotPasswordWrap .forgotPasswordMsg {
    width: auto;
  }
  body.front-pages .forgotPasswordWrap .forgotPasswordEmail {
    width: auto;
    text-align: center;
  }
  body.front-pages .forgotPasswordWrap .forgotPasswordEmail label {
    margin: 0 auto;
    float: none;
    display: block;
  }
  body.front-pages .forgotPasswordWrap .forgotPasswordSecretQuestion {
    width: auto;
  }
  body.bodyTempMobileApprovalClass #header {
    width: auto !important;
    height: 80px;
  }
  body.bodyTempMobileApprovalClass #header .title {
    display: none !important;
  }
  body.bodyTempMobileApprovalClass #header .image {
    position: relative;
    top: 0;
  }
  body.bodyTempMobileApprovalClass #header .headerLogo {
    width: 100%;
  }
  body.bodyTempMobileApprovalClass #content .content-body {
    width: 100%;
    margin-left: 0;
  }
  body.bodyTempMobileApprovalClass .master-footer {
    width: 100% !important;
    max-width: 100% !important;
    margin: 5px 0 !important;
    top: auto !important;
  }
  .commentHead {
    height: auto !important;
  }
}
@media only screen and (max-width: 500px) {
  .hideForMobile {
    display: none;
  }
  body.front-pages #loginBodyWrapper h3 {
    font-size: 1.25rem;
  }
  body.front-pages #loginBodyWrapper .left-panel,
  body.front-pages #loginBodyWrapper .right-panel {
    padding: 10px 20px;
  }
  body.front-pages .loginPanel {
    width: 100%;
  }
  body.front-pages .loginTabs {
    text-align: center;
    width: 100%;
  }
  body.front-pages .loginTabs li {
    float: none;
    height: 40px;
    line-height: 2.5rem;
    font-size: 1.125rem;
    margin: 2px 10px 0 10px;
  }
  body.bodyTempMobileApprovalClass .content-body input[type=submit],
  body.bodyTempMobileApprovalClass .content-body input[type=button] {
    display: block;
    margin-bottom: 10px;
  }
  body.bodyTempMobileApprovalClass .content-body label {
    margin-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .hideForMobile {
    display: none;
  }
}
input[type=text].sitemap-search {
  padding: 8px 12px;
  height: auto;
}

.config-list .ItmsSideMenuNode > .ItmsMenuSideMenuListNode {
  padding: 0;
  margin-right: 10px;
  display: inline-grid;
  grid-column-gap: 0.625rem;
  grid-row-gap: 0.625rem;
}
.config-list .ItmsSideMenuNode > .ItmsMenuSideMenuListNode > .ItmsMenuPageLeafNode {
  background-color: #F6F6F6;
  list-style: disc;
  list-style-position: inside;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  padding: 10px;
  font-size: 1.25rem;
  text-indent: 1.25rem;
}
.config-list .ItmsSideMenuNode > .ItmsMenuSideMenuListNode > .ItmsMenuPageLeafNode a {
  margin-left: -10px;
}
.config-list .ItmsSubMenuNode {
  background-color: #F6F6F6;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #E4E4E4;
  padding: 20px 10px 10px 10px;
  font-size: 1.25rem;
  text-indent: 1rem;
}
.config-list .ItmsSubMenuNode > .ItmsMenuSideMenuListNode {
  text-indent: 0;
  padding-top: 20px;
  padding-right: 10px;
  margin-top: 20px;
  border-top: 1px solid #E4E4E4;
  list-style-type: disc;
}
.config-list .ItmsMenuPageLeafNode {
  margin-bottom: 5px;
}
.config-list .sitemap-submenuslist:after {
  content: "";
  display: table;
  clear: both;
}
.config-list .sitemap-submenu-item {
  float: left;
  width: 400px;
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
}
.config-list .sitemap-submenu-item ul {
  padding-left: 20px;
  margin-bottom: 0;
}
.config-list .sitemap-submenu-item li {
  padding: 0.5rem 0;
  font-size: 1rem;
  list-style: none;
}

/*------------------*/
/* special classes  */
/*------------------*/
#Locations_listbox .k-list-item-text::before,
#Location_ID_listbox .k-list-item-text::before,
.k-list-ul[id*=ddlLocation_listbox] .k-list-item-text::before {
  display: none;
}

.ddl-location-template span {
  display: block;
}
.ddl-location-template span:first-child {
  font-weight: 600;
  line-height: 1.5rem;
}
.ddl-location-template span:last-child {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666666;
}

/*------------------*/
/* override classes */
/*------------------*/
.csr-calllog label {
  float: left;
  width: 13em;
  line-height: 1.75rem;
  margin-left: 0;
}
.csr-calllog .temp-spacing-row {
  margin-bottom: 5px;
}
.csr-calllog .temp-spacing-row:after {
  content: "";
  display: table;
  clear: both;
}
.csr-calllog input[type=text],
.csr-calllog input[type=password],
.csr-calllog input[type=email],
.csr-calllog input[type=number],
.csr-calllog input[type=tel],
.csr-calllog select {
  font-size: 1rem;
  height: 2.5rem;
  border: 1px solid #B2B2B2;
  width: 185px;
  display: inline-block;
}
.csr-calllog .k-combobox {
  width: 185px;
}
.csr-calllog .k-combobox input[type=text] {
  border: none;
}
.csr-calllog .tbCallTimeDate {
  width: 140px !important;
}

.temp-search-fields :not(.InvoiceDetails) label:not(.validatorField):not(.not-temp-search-fields) {
  float: left;
  width: 13em;
  line-height: 1.375rem;
  margin-left: 0;
  min-height: 28px;
  align-content: end;
  display: inline-flex;
  flex-wrap: wrap;
}
.temp-search-fields .Faux-Label {
  float: left;
  width: 13em;
  line-height: 2.5rem;
  margin-left: 0;
  min-height: 28px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #4C4C4C;
  letter-spacing: 1px;
}
.temp-search-fields .InvoiceDetails label {
  float: left;
  width: 18em;
  line-height: 1.375rem;
  margin-left: 0;
  min-height: 28px;
}
.temp-search-fields .Faux-Label-InvoiceDetails {
  float: left;
  width: 18em;
  line-height: 1.375rem;
  margin-left: 0;
  min-height: 28px;
  text-align: left;
  display: block;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #4C4C4C;
  letter-spacing: 1px;
}
.temp-search-fields .temp-spacing-row {
  margin-bottom: 5px;
}
.temp-search-fields .temp-spacing-row:after {
  content: "";
  display: table;
  clear: both;
}
.temp-search-fields input[type=text]:not(.k-input):not(.k-input-inner),
.temp-search-fields input[type=password]:not(.k-input):not(.k-input-inner),
.temp-search-fields input[type=email]:not(.k-input):not(.k-input-inner),
.temp-search-fields input[type=number]:not(.k-input):not(.k-input-inner),
.temp-search-fields input[type=tel]:not(.k-input):not(.k-input-inner) {
  width: 250px;
  display: inline-block;
}
.temp-search-fields .k-datepicker {
  width: 250px;
}
.temp-search-fields textarea,
.temp-search-fields select {
  width: 250px;
}

/*
    Added for CD-2462.  Can move to main css after we kill the temp override setting
*/
/*underline anchor tags that arent buttons*/
a:not([role=button], .InteleButton, .NextBtn, .BackBtn) {
  text-decoration: underline;
}

/*underline buttons that are links*/
button[role=link] {
  text-decoration: underline;
}

/*
    going with the default highlight of a list box selected item is not enough, we also need to do something else for color blind people
    Just using select[multiple] option[selected] doesnt work for list boxes that dont post back because they dont get the selected attribute
    But we need to set that for post backs

*/
select[multiple]:focus option:checked {
  text-decoration: underline;
}

/*This is needed still for postback options, styled the same as select[multiple]:focus option:checked*/
select[multiple] option[selected], select[multiple] option:checked,
select[size] option[selected],
select[size] option:checked {
  text-decoration: underline;
  background-color: #D9E8F6;
}

/*inert polyfill css*/
/*
 * Copyright 2015 Google Inc. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License. You may obtain a copy of
 * the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
 * License for the specific language governing permissions and limitations under
 * the License.
 */
*[inert] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

/*language adjustments*/
body.fr-CA fieldset legend {
  text-transform: none;
}
body.fr-CA .OrderDetailsEditLinkButtons2 {
  text-transform: none;
}
body.fr-CA .lnkAddComment2,
body.fr-CA .lnkSbmtComment2,
body.fr-CA .lnkCanComment2 {
  text-transform: none;
}
body.fr-CA .InteleDV .InteleDVHead td {
  text-transform: none;
}
body.fr-CA .InteleDV .InteleDVHead a:link,
body.fr-CA .InteleDV .InteleDVHead a:visited,
body.fr-CA .InteleDV .InteleDVHead .faux-anchor {
  text-transform: none;
}
body.fr-CA .InteleDV .InteleDVFieldHead {
  text-transform: none;
}
body.fr-CA .InteleGV th:not([scope=row]) a,
body.fr-CA .InteleGV th:not([scope=row]) .faux-anchor {
  text-transform: none;
}
