@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,600&display=swap");
.Advertising {
  /* Production Module */
  /* Mapping Module */
  /*
      .close {
          float: right;
          padding-top: 5px;
          font-size: 24px;
          cursor: pointer;
      }

      .modal {
          padding-top: 100px;
          background-color: rgba(0, 0, 0, 0.4);
      }

  */
  /* Media Asset Module */
}
.Advertising #btnCancelRepsTerritory {
  display: none;
}
.Advertising .toastrmsgstlye {
  position: fixed;
  right: 25px;
  z-index: 9999;
  top: 46px;
}
.Advertising .repterritoryform {
  height: auto;
  width: auto;
  overflow: auto;
  margin-bottom: 0;
}
.Advertising .search-container {
  display: block;
  padding: 0px;
}
.Advertising .PanelFieldValue {
  width: 20rem;
}
.Advertising .table {
  width: 100%;
}
.Advertising .thead {
  background-color: #f5f5f5;
}
.Advertising .tbody {
  background: white;
}
.Advertising .tbodytr {
  text-align: left;
  border-top: 1px solid #ddd;
}
.Advertising .tbodytr:hover {
  background-color: #f5f5f5;
}
.Advertising .theadth {
  text-align: left;
}
.Advertising .handcursor {
  cursor: pointer;
}
.Advertising .floatingAdder {
  position: fixed;
  z-index: 9999900000000000000000000000;
  min-width: 600px;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 9px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-left: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.Advertising .popupheader {
  font-weight: 700;
  height: 35px;
  padding-top: 7px;
  border-bottom: 1px solid #e0e0e0;
}
.Advertising .modalclickblock {
  position: fixed;
  overflow: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0;
  margin: 0;
  left: 0px;
  top: 0px;
}
.Advertising .tabContent {
  border-top: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.Advertising .search-container {
  float: right;
  position: relative;
}
.Advertising .search-container img {
  position: absolute;
  left: 1px;
  top: 4px;
  width: 20px;
  height: 20px;
  margin: 5px;
}
.Advertising .search-container input {
  border-radius: 5px;
  width: 290px;
  max-width: 100%;
  height: 35px;
  border-color: #dddddd;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 30px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.Advertising .search-container input:focus {
  border-color: #cecece;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.Advertising .tabContentArea {
  padding: 0px 22px 0;
  float: left;
  width: 100%;
}
.Advertising .custom-table {
  background-color: #fafafa;
  border: 1px solid #dfe2e5;
  border-radius: 5px;
  margin-bottom: 0;
  overflow-x: auto;
  width: 100%;
}
.Advertising .custom-table table {
  margin-bottom: 0;
}
.Advertising .custom-table th {
  white-space: nowrap;
  padding: 8px 25px 8px 8px;
  letter-spacing: 1px;
  font-weight: initial;
  text-transform: uppercase;
  font-size: 12px;
}
.Advertising .custom-table td {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  padding: 8px 4px 8px 6px;
  letter-spacing: 1px;
  font-weight: initial;
}
.Advertising .custom-table td a {
  color: #005e7d;
  text-decoration: underline;
  display: inline-block;
  margin-right: 8px;
}
.Advertising .custom-table td a img {
  max-width: initial;
}
.Advertising .tabContentHeaderTitle {
  display: inline-block;
}
.Advertising .tabContentHeaderTitle h6 {
  font-size: 17px;
  font-weight: 600;
  color: #003a4d;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 10px 0 0;
}
.Advertising .custom-table input[type=text] {
  border: 1px solid #9a9fa8;
  padding: 5px;
  max-width: 70px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #7f8fa4;
}
.Advertising .custom-table input[type=text]:focus {
  border-color: #666666;
}
.Advertising .table > tbody > tr > td, .Advertising .table > tbody > tr > th, .Advertising .table > tfoot > tr > td, .Advertising .table > tfoot > tr > th, .Advertising .table > thead > tr > td, .Advertising .table > thead > tr > th {
  vertical-align: middle;
}
.Advertising .tabblock {
  background-color: #fff;
  border: 1px solid #dfe2e5;
  border-top: 0;
  padding: 5px 12px 12px;
}
.Advertising .col1width {
  width: 75%;
  word-break: break-word;
  white-space: break-spaces !important;
}
.Advertising .tab-header {
  border-radius: 5px 5px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #dfe2e5;
  color: #fff;
  padding: 10px 15px;
}
.Advertising #btnCancelPosition, .Advertising #btnCancelSeparation, .Advertising #btnCancelStatus, .Advertising #btnCancelStage {
  display: none;
}
.Advertising .tbodyprod {
  height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  display: block;
}
.Advertising .theadprod {
  display: block;
  border-bottom: 1px solid #dfe2e5;
}
.Advertising .productiontable {
  overflow-x: hidden !important;
}
.Advertising .RadTabStrip .rtsUL {
  margin: 0;
  padding: 0;
}
.Advertising .RadTabStrip .rtsIn, .Advertising .RadTabStripVertical .rtsIn {
  padding: 0 5px;
  display: block;
}
.Advertising .RadTabStrip .rtsLI {
  float: left;
  display: grid;
}
.Advertising .rtsLink {
  cursor: pointer;
}
.Advertising .RadTabStrip .rtsLevel1 .rtsTxt, .Advertising .RadTabStripVertical .rtsLevel1 .rtsTxt {
  padding: 0 5px;
}
.Advertising .rtsLevel {
  overflow: hidden;
}
.Advertising .mampopup .modal-footer {
  text-align: center;
  border-top: 0;
  padding-top: 0;
}
.Advertising .addRept {
  text-transform: uppercase;
  color: #fff;
  background-color: #00a9e0;
  border-radius: 3px;
  border: 0;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 0;
  display: block;
  width: 100%;
  margin-top: 25px;
}
.Advertising .addRept.custom {
  font-size: 25px;
  line-height: 18px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
}
.Advertising .addRept.custom.removeBtn {
  background-color: brown;
}
.Advertising .addRept:hover {
  color: #fff;
}
.Advertising .add-link {
  margin-left: 7px;
  padding-right: 6px;
  float: right;
}
.Advertising .modal {
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.Advertising .setThumbnailImageWidthHeight {
  width: 50px !important;
  height: 25px !important;
}
.Advertising .noclickmediaassettab {
  pointer-events: none;
}
.Advertising .heightadjust {
  height: 100px;
}
.Advertising table tr td a:hover {
  cursor: pointer;
}
.Advertising table.dataTable thead th, .Advertising table.dataTable thead td {
  font-weight: initial !important;
  font-size: 12px !important;
  text-align: left;
}
.Advertising .mediaassetpopup {
  overflow-x: hidden;
  overflow-y: auto;
}
.Advertising .uploadimg {
  height: 70px !important;
  width: auto;
}
.Advertising #btnCancelIssueDates {
  display: none;
}
.Advertising .issuedateheight {
  height: 35px;
}
.Advertising #btnCancelAdAdjustment {
  display: none;
}
.Advertising #btnCancelRateCard {
  display: none;
}
.Advertising .assetsearchicon {
  left: auto !important;
  right: 0px;
  cursor: pointer;
}
.Advertising .createinventorymatrixbtn {
  margin-top: 5rem;
}
.Advertising .headertitle {
  margin: 0;
}
.Advertising .tabContentArea {
  padding: 0px 22px 0;
}
.Advertising .custom-upload input[type=file] {
  display: none;
}
.Advertising .custom-file-upload {
  border: 2px dashed #dfe2e5;
  display: block;
  cursor: pointer;
  text-align: center;
  padding: 30px;
  border-radius: 2px;
  background: white;
  color: #a3aeb4 !important;
  font-size: 13px;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 20px;
  text-transform: uppercase;
}
.Advertising .custom-file-upload img {
  display: block;
  margin: 0 auto 5px;
}
.Advertising .mampopup .modal-sm {
  width: 400px;
  max-width: 100%;
}
.Advertising .assettdtag {
  border-top: 1px solid #ddd;
  padding: 10px 18px !important;
}
.Advertising .actions {
  padding: 8px 25px 8px 8px !important;
}
.Advertising .date .input-group-addon {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  width: auto;
  position: absolute;
  z-index: 9;
  font-size: 16px;
  right: 0;
  display: inline-block;
}
.Advertising .manage-link {
  border-radius: 3px;
  background-color: #003a4d;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 1px 5px 2px;
  margin-left: 5px;
}
.Advertising .manage-link:hover, .Advertising .manage-link:focus {
  color: #fff;
  text-decoration: none;
}
.Advertising .rateCardTitle {
  background-color: #003a4d;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
}
.Advertising #tblPostOrderData > tbody > tr > td, .Advertising #missingMaterialsTable > tbody > tr > td, .Advertising #tblPostOrderData > tbody > tr > td,
.Advertising #advertiserDatatable > tbody > tr > td, .Advertising #mediaAssetsDatatable > tbody > tr > td, .Advertising #proposalOrderDatatable > tbody > tr > td {
  border-top: 1px solid #ddd;
}
.Advertising .no-click {
  pointer-events: none;
  cursor: default;
}
.Advertising .search-container-width {
  width: 180px;
}
.Advertising .tabContentHeaderTitleNew h6 {
  font-size: 16px;
  font-weight: 600;
  color: #0096c7;
  letter-spacing: 0.5px;
  margin: 0;
  padding: 10px 0 0;
  text-transform: uppercase;
}
.Advertising .close-media-order {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.Advertising .text-capitalize {
  text-transform: capitalize;
}
.Advertising .dollaricon {
  left: 0 !important;
  right: auto !important;
}
.Advertising .tabcontentbackground {
  border-radius: 5px !important;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #dfe2e5 !important;
}
.Advertising .customInput {
  border: 0 !important;
  border-bottom: 2px solid #dfe2e5 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 5px 0 !important;
}
.Advertising a:hover {
  text-decoration: none;
}
.Advertising .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.Advertising .input-group-addon {
  padding: 10px 10px;
  line-height: 1;
  color: #555;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  width: auto;
  z-index: 99;
}
.Advertising .cost-details {
  font-weight: 600;
  padding: 10px 2px;
  float: left;
  width: 100%;
}
.Advertising .cost-details span {
  font-weight: 400;
}
.Advertising .border-r {
  border-right: 1px dashed #dfe2e5;
}
.Advertising .billingAddress {
  background-color: #f2f4f5;
  border: 1px solid #dfe2e5;
  padding: 10px 15px;
  color: #354052;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 20px;
  word-wrap: break-word;
}
.Advertising .billingAddress hr {
  border-color: #c3c7cb;
  margin: 10px 0;
}
.Advertising .reptDataBlockItem {
  border: 1px solid #dfe2e5;
  padding: 10px;
  text-align: center;
  color: #354052;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  margin: 0 0 15px;
  border-radius: 5px;
}
.Advertising .reptDataBlockItem input {
  background-color: transparent;
  text-align: center;
  font-size: 20px;
}
.Advertising .reptDataBlockItem .commission {
  font-weight: 400;
  color: #4f5c71;
}
.Advertising .reptDataBlockItem .deleteBlock {
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 50%;
  background-color: #e42525;
  text-align: center;
  line-height: 8px;
  font-size: 27px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -8px;
}
.Advertising input[type=checkbox]:focus {
  outline: 0;
}
.Advertising .custom-file-uploader {
  position: relative;
}
.Advertising .custom-file-uploader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.Advertising .custom-file-uploader input[type=file] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
  background-color: transparent;
}
.Advertising .custom-uploader input {
  cursor: pointer;
}
.Advertising .custom-uploader .btn {
  padding: 0 5px;
  border-radius: 2px !important;
  background-image: none;
  background-color: #003a4d;
  border: 1px solid #003a4d;
  color: #fff;
  cursor: pointer;
  margin-left: 5px !important;
  display: inline-block;
  width: 25px;
  height: 25px;
}
.Advertising .custom-uploader .btn.open-link {
  width: 50px;
}
.Advertising .custom-uploader .btn:hover {
  background-color: #0096c7;
  border-color: #0096c7;
}
.Advertising .custom-uploader .btn input:hover {
  background-color: #0096c7;
  border-color: #0096c7;
}
.Advertising .form-control[disabled], .Advertising .form-control[readonly], .Advertising fieldset[disabled] .form-control {
  background-color: transparent;
}
.Advertising .table-action-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Advertising .table-action-btn {
  width: 22px;
  height: 22px;
  margin: 0 auto;
  background-color: #003a4d;
  color: #fff;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
}
.Advertising .table-action-btn-remove {
  background-color: #cc0000;
  margin-bottom: 0;
}
.Advertising .cost-data {
  margin: 20px 0;
}
.Advertising .cost-data label {
  width: 40%;
  float: left;
  margin-top: 5px;
  padding-left: 0;
  margin-left: 0;
}
.Advertising .cost-data div {
  width: 60%;
  float: left;
}
.Advertising .cost-data input {
  background-color: #e5e5e5 !important;
  border: 1px solid #dfe2e5 !important;
  padding-left: 5px !important;
}
.Advertising .Gross-Cost-Table, .Advertising .Net-Cost-Table {
  max-height: 180px;
}
.Advertising .update-status {
  border-radius: 3px;
  background-color: #f0f0f0;
  border: 1px solid #dfe2e5;
  padding: 10px 5px;
  float: none;
  margin: 72px auto 30px;
  display: flex;
  align-items: center;
}
.Advertising .update-status .form-group {
  margin-bottom: 0;
  float: left;
}
.Advertising .update-status .addRept {
  display: inline-block;
  width: auto;
  margin-left: 5px;
  margin-top: 0;
  padding: 2px 6px;
  font-size: 12px;
}
.Advertising .update-status .form-control {
  width: 42%;
  padding: 2px;
  margin-left: 5px;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}
.Advertising .update-status .status-title {
  margin-right: 10px;
}
.Advertising textarea .form-control:focus {
  box-shadow: none;
  border-bottom-color: #cecece;
}
.Advertising .jump-label {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  float: left;
}
.Advertising .plaintext {
  color: #222;
}
.Advertising .textColor {
  color: #005e7d !important;
}
.Advertising .jump-letter {
  font-weight: 600;
  font-size: 16px;
  padding: 0 9px;
  line-height: 16px;
  text-decoration: none;
  color: #888;
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.Advertising .jump-letter:focus, .Advertising .jump-letter:hover {
  color: #003a4d;
  text-decoration: underline;
  outline: 0;
}
.Advertising .advertiserCardsItem {
  border: 1px solid #dfe2e5;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 5px 9px 0px rgba(0, 0, 0, 0.19);
  padding: 15px;
  margin: 0 0 15px;
  width: 100%;
}
.Advertising .advertiserCardsItem .keyContact {
  color: #4f5c71;
  margin-bottom: 5px;
}
.Advertising .advertiserCardsItem .keyContact strong {
  color: #354052;
  font-weight: lighter;
}
.Advertising .production-detail-table {
  max-height: 200px;
}
.Advertising .order-duplicate-table .select2-choice {
  border: 1px solid #dfe2e5 !important;
  height: 28px !important;
  padding: 3px 5px !important;
}
.Advertising .RadTabStrip .rtsLI, .Advertising .RadTabStripVertical .rtsLI {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: inherit;
  overflow: hidden;
}
.Advertising .popover {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
  z-index: 99;
}
.Advertising .border-black {
  border: 1px solid black;
}
.Advertising .font-12 {
  font-size: 12px !important;
}
.Advertising .font-13 {
  font-size: 13px !important;
}
.Advertising .font-15 {
  font-size: 15px !important;
}
.Advertising .font-28 {
  font-size: 28px !important;
}
.Advertising .height-100 {
  height: 100% !important;
}
.Advertising .top-5 {
  top: 5px !important;
}
.Advertising .max-width-1000 {
  max-width: 1000px !important;
}
.Advertising .max-width-100 {
  max-width: 100% !important;
}
.Advertising .width-30 {
  width: 30px !important;
}
.Advertising .width-20 {
  width: 20px !important;
}
.Advertising .resize-none {
  resize: none !important;
}
.Advertising .k-dialog-titlebar {
  border-color: inherit;
  color: #ffffff;
  background-color: #0096c7;
}
.Advertising .k-dialog-button-layout-stretched .k-button:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: #ffffff;
  background: #00779e;
}
.Advertising .k-button:hover, .Advertising .k-button.k-state-hover {
  border-color: rgba(0, 0, 0, 0.15);
  color: #ffffff;
  background-color: #00779e;
  background-image: linear-gradient(#00779e, #00779e);
}
.Advertising .k-dialog-button-layout-stretched .k-primary:not(:hover):not(.k-state-hover):not(:active):not(.k-state-active) {
  color: #ffffff;
  background: #e58123;
}
.Advertising .k-button.k-primary:hover, .Advertising .k-button.k-primary.k-state-hover {
  border-color: #e58123;
  color: #ffffff;
  background-color: #e58123;
  background-image: linear-gradient(#e58123, #e58123);
}
.Advertising .k-dialog-button-layout-stretched .k-button.k-primary:focus, .Advertising .k-dialog-button-layout-stretched .k-button.k-primary.k-state-focused {
  box-shadow: inset 0 0 0 2px #e58123;
}
.Advertising .k-dialog-buttongroup {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 0px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: inherit;
  flex: 0 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 0px;
  overflow: hidden;
}
.Advertising .k-button {
  border-radius: 0;
  line-height: 2.428571;
}
.Advertising .k-dialog-buttongroup .k-button {
  width: 50% !important;
  max-width: 100%;
}
.Advertising .adjusttextsize {
  font-size: 20px;
}
.Advertising .amounttextsize {
  font-size: 30px;
}
.Advertising .asiDateFilter-full-width .PanelField {
  padding: 0;
}
.Advertising .asiDateFilter-full-width .PanelFieldValue {
  width: 100% !important;
  padding-right: 0;
}

.h-100 {
  height: 100%;
}

.bg-light {
  background-color: #f2f2f3;
}

ul.adsDetail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
ul.adsDetail li {
  width: 50%;
  display: flex;
  font-size: 15px;
}
ul.adsDetail li label {
  width: 40%;
  margin: 1px;
}
ul.adsDetail li span {
  width: 80%;
}

.Advertising .production-detail-table.prodTable {
  max-height: unset;
}

.prodTable .k-pager-numbers .k-state-selected {
  color: #fff;
  background-color: #007fa8;
  border-radius: 50%;
}
.prodTable .k-grid tbody tr {
  line-height: 14px;
}
.prodTable .k-grid .k-grid-container .k-grid-content {
  overflow-y: auto;
  overflow-x: hidden;
}
.prodTable .k-grid table {
  border-collapse: collapse;
}
.prodTable .k-grid-header {
  padding: 0% !important;
}
.prodTable .k-disabled {
  pointer-events: none;
}

.prodTable .k-grid td.k-state-selected, .prodTable .k-grid tr.k-state-selected > td {
  background-color: transparent;
}

.prodTable .k-grid th,
.prodTable .k-grid td {
  border: 1px solid #ccc;
  border-bottom: 0px;
}

.headdarker .k-grid-header .k-header {
  background: rgba(0, 0, 0, 0.13);
}

.Advertising .tabContent {
  overflow-y: hidden;
}
.Advertising .tabContent .modal-dialog.modal-lg {
  max-width: 1000px !important;
  height: calc(100vh - 60px);
  overflow: hidden;
  border-radius: 15px;
}
.Advertising .tabContent .modal-dialog.modal-lg .modal-content {
  overflow-y: auto !important;
  max-height: 100%;
}

.allOVauto, .allOVauto * {
  overflow: unset !important;
}

@media (max-width: 1345px) {
  .allOVauto div.k-grid-aria-root {
    overflow-x: auto !important;
  }
}

.actionbuttons {
  pointer-events: all;
  width: 16px;
  margin-left: 5px;
  height: 16px;
  cursor: pointer;
}

.center-popup {
  margin-top: auto !important;
  margin-bottom: auto !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

.select-fileName {
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

.tableheader table thead tr th:focus a {
  color: inherit !important;
  text-decoration: none !important;
}
.tableheader table thead tr th:hover a {
  color: inherit !important;
  text-decoration: none !important;
}
.tableheader table thead tr th a {
  color: inherit !important;
  text-decoration: none !important;
}
.tableheader table thead tr th .k-pager-numbers .k-state-selected {
  color: #fff;
  background-color: #007fa8;
}
.tableheader table thead tr th .k-pager-wrap .k-link {
  text-decoration: none !important;
  border-radius: 50%;
}

.pagerActiveRed .k-pager-numbers .k-state-selected, .pagerActiveRed .k-pager-numbers .k-state-selected:hover, .pagerActiveRed .k-pager-numbers .k-link:hover, .pagerActiveRed .k-pager-numbers .k-state-selected:focus {
  background-color: #e9ecef;
}
.pagerActiveRed .k-pager-numbers .k-link:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  outline: none;
}

.k-pager-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  padding: 10px;
}
.k-pager-wrap a {
  border-radius: 50%;
}
.k-pager-wrap .k-link.k-state-disabled {
  color: inherit;
  opacity: 0.6;
  cursor: default;
}
.k-pager-wrap .k-link.k-state-disabled:hover {
  background-color: transparent;
  color: inherit;
}
.k-pager-wrap .k-link.k-state-disabled:focus {
  box-shadow: none;
  color: inherit;
}
.k-pager-wrap .k-pager-info, .k-pager-wrap .k-pager-input, .k-pager-wrap .k-pager-sizes {
  margin-left: 1em;
  margin-right: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.k-pager-wrap .k-pager-nav, .k-pager-wrap .k-link {
  min-width: calc(1.4285714286em + 10px);
  height: calc(1.4285714286em + 10px);
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.k-pager-wrap .k-pager-nav:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  outline: none;
}
.k-pager-wrap .k-pager-nav:hover {
  background-color: #e9ecef;
}
.k-pager-wrap a.k-link:focus {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.13);
  outline: none;
}
.k-pager-wrap a.k-link:hover {
  background-color: #e9ecef;
}
.k-pager-wrap .k-grid a {
  outline: none;
}

.k-grid.k-grid th {
  text-align: inherit;
}

.k-grid tbody tr:hover, .k-grid.k-grid tr.k-alt:hover, .k-grid td.k-state-selected, .k-grid tr.k-state-selected > td {
  color: #000 !important;
  background-color: #e9ecef !important;
}
.k-grid.k-grid a {
  color: #000;
  text-decoration: none !important;
}
.k-grid td.k-state-focused:focus {
  box-shadow: none;
}
.k-grid .k-pager-numbers {
  line-height: 1px;
}
.k-grid .k-pager-numbers .k-state-selected {
  color: #fff !important;
  background-color: #007fa8 !important;
}

.SimpleTable .text-wrap {
  max-width: 220px;
  word-wrap: break-word;
}
.SimpleTable .badge.text-wrap {
  white-space: normal;
}/*# sourceMappingURL=50-Advertising.css.map */