﻿.m50 {
    margin: 50px 0;
}
table tr:nth-child(odd) {
    background-color: white;
    border-bottom: 1px solid grey;
}
table tr:nth-child(even) {
    background-color: white;
    border-bottom: 1px solid grey;
}
div#ctl00_PageContent_RadGrid1_ctl00_ctl02_ctl03_ctl00 {
    left: 25%;
    top: 10%;
}
/* Styles for viewports 998px and wider */
@media screen and (max-width: 998px) {
    div#ctl00_PageContent_RadGrid1_ctl00_ctl02_ctl03_ctl00 {
        width: auto !important;
        position: absolute;
        left: 0 !important;
        top: 9% !important;
        z-index: 100;
    }
  }

.search-bar .btn-primary {
    height: 43px;
    margin: 5px 0;
    padding: 0 5px;
}
.customWidth-100 {
  width: 100%
}

.warningBox {
    width: 100%;
}

.red {
  color: red;
  display: inline;
}

.layout-container {
  margin-bottom: 10px;
}

.page-header--title {
  z-index: 0;
}

/* To adjust page title width if its not full width */
.node--type-page {
  width: 100%;
}


/* To replace table (formTable). In ContactInfo.aspx page. */
.form-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.form-item {
  box-sizing: border-box;
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .form-item {
    flex: 0 0 calc(50% - 8px);
  }
}




