
html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

body {
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    background-color: #F5F5F5;
}

.page {
    padding: 0px 25px 50px 25px;
    min-height: 800px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}

#main-content {
  flex: 1; /* This pushes the footer down */
}

#main {
    height: auto;
    min-height: 800px;
    width: 1140px;
    max-width: 1140px;
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
    display: table;
}

a, a:link, a:visited {
  color: #00137F;
}

  a:hover {
    color: #43389e;
    text-decoration: none;
  }


    a.editpencil {
        background: no-repeat top left;
        background-image: url(images/edit.png);
        display: block;
        width: 24px;
        height: 24px;
        text-indent: -9999px; /*hides the link text*/
    }


p, ul {
    color: black;
    margin-bottom: 20px;
    line-height: 1.6em;
}

img {
    border: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

h1 {
    font-size: 40px;
    color: #333;
    margin: 0 0 30px 0;
    padding: 5px 0;
}

h2 {
  font-size: 24px;
  color: #00137F;
  margin: 0 0 20px 0;
  padding: 0;
}

h3 {
  font-size: 21px;
  color: #00137F;
  margin: 0 0 20px 0;
  padding: 0;
}

h4 {
  font-size: 18px;
  color: #00137F;
  margin: 0 0 10px 0;
  padding: 0;
}

h5 {
  font-size: 16px;
  color: #00137F;
  margin: 0 0 10px 0;
  padding: 0;
}

h6 {
    font-size: 14px;
    color: #00137F;
    margin: 0 0 5px 0;
    padding: 0;
}

h7 {
  font-size: 14px;
  color: #00137F;
  margin: 0 0 5px 0;
  padding: 0;
}

label {
    color: #00137F;
}

span.outstandingbalance {
  color: #A40E0E;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.image_wrapper {
    padding: 4px;
    border: 1px solid #000;
    background: #0f1115;
    margin-bottom: 10px;
}

.fl_img {
    float: left;
    margin: 3px 30px 15px 0;
}

.fr_img {
    float: right;
    margin: 3px 0 15px 15px;
}

.idletimeout, #idletimeout {
  background: #A40E0E;
  border: 3px solid #A40E0E;
  color: #fff;
  font-family: arial, sans-serif;
  text-align: center;
  font-size: 12px;
  padding: 10px;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 100000;
  display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

/* BUTTONS */

.primary-button {
  padding: 10px 15px;
  background-color: #00137F;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: bold;
}

  .primary-button:hover {
    background-color: #43389e;
  }

/* Updating these classes to all have same styles
    regardless of what color it says for ADA compliance */
.bluebutton a,
.lgbluebutton a,
.yellowbutton a,
.lgyellowbutton a {
  clear: both;
  display: block;
  padding: 10px 15px;
  color: #00137F;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  border: 1px solid #333;
  border-radius: 10px;
}

  .bluebutton a:hover,
  .lgbluebutton a:hover,
  .yellowbutton a:hover,
  .lgyellowbutton a:hover {
    background-color: #edecf8;
  }

.greenbutton a {
  clear: both;
  display: block;
  padding: 10px 15px;
  color: #357E38;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  border: 1px solid #333;
  border-radius: 10px;
}

.greenbutton a:hover {
  background-color: #edf7ee;
}

.redbutton a {
  clear: both;
  display: block;
  padding: 10px 15px;
  color: #A40E0E;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  margin: 10px;
  border: 1px solid #333;
  border-radius: 10px;
}

.redbutton a:hover {
  background-color: #fde8e8;
}

/* end BUTTONS */

#blue_content_wrapper {
    color: #fff;
    width: 1200px;
    padding: 0px;
    margin: 10px auto;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}

#blue_wrapper {
    width: 1200px;
}

#blue_slider {
    width: 900px;
    height: 170px;
    padding: 40px 30px; /*background: url(images/site_slider.png) no-repeat;*/
    background-color: White;
    -moz-border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -khtml-border-radius: 0px 0px 10px 10px;
}

#blue_content_header {
    width: 880px;
    height: 70px;
    padding: 30px 40px 0;
    color: #333;
    text-align: center;
    background: #ffffff url(images/site_h1.png) no-repeat;
}


/* header */
#top-header {
  width: 100%;
  background-color: #ffffff;
}

#top-header #title img {
  max-width: 100%;
  height: auto;
  display: block;
}

#logindisplay {
  overflow-wrap: anywhere;
  word-break: break-word;
}

#top-nav {
  width: 100%;
  background-color: #00137F;
}

#blue_header {
  min-height: 125px;
  background-color: #ffffff;
}

    #blue_header #blue_title {
        float: left;
        padding: 40px 40px 0;
    }

        #blue_header #blue_title h1 {
            margin: 0;
            padding: 0;
        }

            #blue_header #blue_title h1 a {
                margin: 0px;
                padding: 0px;
                font-size: 30px;
                color: #ffffff;
                font-weight: normal;
                text-decoration: none;
            }

                #blue_header #blue_title h1 a span {
                    display: block;
                    text-align: left;
                    margin: 5px 0 0 3px;
                    font-size: 14px;
                    color: #352c2c;
                    font-weight: bold;
                    letter-spacing: 2px;
                }
/* end header */

.LockUp {
    display: block;
    background-color: #FFFFFF;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

/* uploading */

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 105%;
    height: 105%;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=85);
    opacity: 0.85;
}

.SlickLockOn {
    display: inline;
    visibility: visible;
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=85);
    opacity: 0.85;
}
/* end uploading */

/* menu */

.navbar li a {
  color: #fff;
  font-size: 16px;
}

.navbar .nav-link.active,
.navbar .nav-link:active,
.navbar .nav-link:focus {
  text-decoration: underline;
}

.navbar .nav-link:hover{
  color: #F5F5F5;
  background-color: #43389e;
}

/* end menu */


#blue_content_full_col {
    clear: both;
    padding: 40px;
}

#blue_content {
    float: left;
    width: 560px;
    padding: 40px;
}

.services_section {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #CCC;
    background: url(images/menu_divider.jpg) bottom repeat-x;
}

    .services_section h4 {
        margin-bottom: 20px;
    }

    .services_section .left {
        float: left;
        width: 150px;
    }

        .services_section .left img {
            border: 1px solid #CCC;
            padding: 5px;
        }

.services_sectio .services_content {
    clear: both;
    margin: 10px 0;
}

.services_section .right {
    float: right;
    width: 370px;
}

.post_section {
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #112e41;
}

    .post_section .post_content {
        clear: both;
        margin: 10px 0;
    }

.post_content .right {
    float: right;
    width: 200px;
}

    .post_content .right img {
        width: 180px;
        height: 180px;
        border: 1px solid #112e41;
        background: #16374c;
        padding: 5px;
    }

.post_content .left {
    float: left;
    width: 320px;
}

.post_section p {
    text-align: justify;
    padding-bottom: 5px;
    margin-bottom: 8px;
}

.post_section .comment_tab {
    padding: 10px 0;
    margin: 40px 0 20px 0;
    border-bottom: 1px dashed #666;
    font-size: 20px;
    font-weight: bold;
}

/* footer */

#gray_footer {
  color: #ffffff;
  text-align: center;
  background-color: #464646;
  margin: 0;
  padding: 0;
}

  #gray_footer p {
    color: #F5F5F5;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

/* end of footer */

/* MISC */

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
  color: #A40E0E;
}

#breadcrumbs {
    border-bottom: 1px solid #eeeeee;
}

#menucontainer {
    margin-top: 40px;
}



#title {
    padding-top: 10px;
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: #00137F;
    float: right;
}

    #logindisplay a:link {
        text-decoration: underline;
        color: #00137F;
    }

    #logindisplay a:visited {
        text-decoration: underline;
        color: #00137F;
    }

  #logindisplay a:hover {
    text-decoration: underline;
    color: #43389e;
  }

.field-validation-error {
  color: #A40E0E;
}

.input-validation-error {
  border: 1px solid #A40E0E;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #A40E0E;
}

/* end MISC */

.rounded-drop {
    width: 900px;
    height: 200px;
    padding: 40px 30px;
    background: url(images/site_slider.png) no-repeat;
}

.rounded-corners {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    border-style: solid;
    border-width: medium;
    margin: 5px;
}

.heading {
    color: #b4CC31;
    padding: 4px;
}

/* paginator */

.paginator table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

.paginator {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

  .paginator table td, .datagrid table th, .datagrid table thead {
    padding: 3px 10px;
  }

  .paginator table thead th {
    background-color: #00137F;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-left: 1px solid #00137F;
  }

    .paginator table thead th:first-child {
      border: none;
    }


  .paginator table tbody td {
    color: #000;
    border-left: 1px solid #dee9ff;
    font-size: 12px;
    font-weight: normal;
  }

  .paginator table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

  .paginator table tbody td:first-child {
    border-left: none;
  }

  .paginator table tbody tr:last-child td {
    border-bottom: none;
  }

/* datagrid */

.small table thead th {
    color: #fff;
    font-size: 12px;
}

.datagrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

    .datagrid table td, .datagrid table th, .datagrid table thead {
        padding: 3px 10px;
    }

      .datagrid table thead th {
        background-color: #00137F;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #00137F;
      }






            .datagrid table thead th:first-child {
                border: none;
            }


    .datagrid table tbody td {
        color: #000;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

  .datagrid table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

    .datagrid table tbody td:first-child {
        border-left: none;
    }

    .datagrid table tbody tr:last-child td {
        border-bottom: none;
    }


/*monthlysubgrid*/

.monthlysubgrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.monthlysubgrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

    .monthlysubgrid table td, .monthlysubgrid table th, .monthlysubgrid table thead {
        padding: 3px 10px;
    }

      .monthlysubgrid table thead th {
        background-color: #00137F;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #00137F;
      }






            .monthlysubgrid table thead th:first-child {
                border: none;
            }


    .monthlysubgrid table tbody td {
        color: #000;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

  .monthlysubgrid table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

    .monthlysubgrid table tbody td:first-child {
        border-left: none;
    }

    .monthlysubgrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .monthlysubgrid table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


/*mailboxgrid*/
.mailboxgrid table {
    border-collapse: collapse;
    text-align: left;
    width: 100%;
}

.mailboxgrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*margin-top:25px;*/
}

    .mailboxgrid table td, .mailboxgrid table th, .mailboxgrid table thead {
        padding: 3px 10px;
    }

      .mailboxgrid table thead th {
        background-color: #00137F;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        border-left: 1px solid #00137F;
      }
            .mailboxgrid table thead th:first-child {
                border: none;
            }


    .mailboxgrid table tbody td {
        color: #000;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

  .mailboxgrid table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

    .mailboxgrid table tbody td:first-child {
        border-left: none;
    }

    .mailboxgrid table tbody tr:last-child td {
        border-bottom: none;
    }

    .mailboxgrid table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


.errors {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

    .errors table td, .errors table th, .errors table thead {
        padding: 3px 10px;
    }

      .errors table thead tr {
        background-color: #00137F;
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #00137F;
      }

    .errors table tbody td {
        color: #000;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

  .errors table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

    .errors table tbody td:first-child {
        border-left: none;
    }

    .errors table tbody tr:last-child td {
        border-bottom: none;
    }

    .errors table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }


.warnings {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #DBDBDB;
  overflow: auto;
  border: 1px solid #00137F;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

    .warnings table td, .warnings table th, .warnings table thead {
        padding: 3px 10px;
    }

      .warnings table thead tr {
        background-color: #00137F;
        font-size: 15px;
        font-weight: bold;
        border-left: 1px solid #00137F;
      }


    .warnings table tbody td {
        color: #000;
        border-left: 1px solid #dee9ff;
        font-size: 12px;
        font-weight: normal;
    }

  .warnings table tbody .alt td {
    background: #dee9ff;
    color: #000;
  }

    .warnings table tbody td:first-child {
        border-left: none;
    }

    .warnings table tbody tr:last-child td {
        border-bottom: none;
    }

    .warnings table {
        border-collapse: collapse;
        text-align: left;
        width: 100%;
    }




/* end datagrid */

input[type="file"] {
    -webkit-align-items: baseline;
    color: black;
    width: 350px;
    background-color: lightgray;
    text-align: start;
}

/* fieldset */

fieldset {
  color: #333;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -ms-border-radius: 10px;
  position: relative;
  border-style: solid;
  border-width: thin;
  border-color: #00137F;
  background-color: White;
  margin-bottom: 10px;
  padding: 15px;
}

legend {
  color: #00137F;
  background: White;
  text-align: center;
  font-weight: bold;
}

.errors {
  color: #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #A40E0E;
  background-color: White;
  margin-bottom: 10px;
}

  .errors legend {
    color: #A40E0E;
    background: White;
    text-align: center;
    font-weight: bold;
  }


.status {
    color: #120A8F;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    border-style: solid;
    border-width: thin;
    border-color: #120A8F;
    background-color: White;
    margin-bottom: 10px;
}

    .status legend {
        color: #120A8F;
        background: White;
        text-align: center;
        font-weight: bold;
    }

    .status h5 {
        font-size: 16px;
        color: #120A8F;
    }

.twostack {
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 10px;
}

.twostackwide {
    float: left;
    width: 550px;
    min-width: 550px;
    max-width: 550px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.twostackdialog {
    float: left;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.twostackdash {
    float: left;
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    margin-right: 20px;
    height: auto;
    padding-bottom: 10px;
}

.percentfieldsetlabel {
    padding-top: 5px;
    margin-right: 0px;
    text-align: left;
    color: #00137F;
    padding-left: 20px;
}

.fieldsetlabel {
    float: left;
    width: 14em;
    padding-top: 5px;
    margin-bottom: 2px;
    margin-right: 1em;
    text-align: left;
    color: #00137F;
}

.notificationfieldsetlabel {
  float: left;
  width: 12em;
  padding-top: 5px;
  margin-bottom: 2px;
  height: 16px;
  margin-right: 1em;
  text-align: left;
  color: #464646;
  font-size: 16px;
}

.reportingMonthLabel {
  float: left;
  width: 8em;
  padding-top: 5px;
  margin-bottom: 5px;
  height: 16px;
  text-align: left;
  color: #A40E0E;
  font-size: large;
}

.fieldset-textbox {
    margin-bottom: 5px;
}

/* end fieldset */

.editor-label {
  color: #00137F;
  font-weight: bold;
}

.editor-field-wide {
    width: 300px;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #A40E0E;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
  border: 1px solid #A40E0E;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #A40E0E;
}

  .validation-summary-errors ul li {
    font-weight: bold;
    color: #A40E0E;
  }

.validation-summary-valid {
    display: none;
}

.formLabel {
    clear: left;
    float: left;
    width: 12em;
}

.wideText {
    width: 24em;
}

.helpImage {
    border: solid;
    border-bottom-color: white;
    border-width: medium;
    width: 600px;
}

.smallHelpImage {
    border: solid;
    border-bottom-color: white;
    border-width: medium;
    width: 300px;
}

.helpPageSection {
    margin-top: 10px;
    margin-bottom: 10px;
}

.comment {
    font-style: italic;
    font-weight: bold;
    color: green;
}

/* divs */

.maincontainer {
    min-width: 800px;
    min-height: 800px;
    margin: 0 auto;
}

.uppercontainer {
    min-height: 100px;
}

.upperleftcontainer {
    align-content: center;
    float: left;
    min-width: 400px;
}

.upperrightcontainer {
    align-content: center;
    min-width: 400px;
}

.midcontainer {
    min-height: 0px;
}

.midleftcontainer {
    align-content: center;
    float: left;
    min-width: 600px;
}

.midrightcontainer {
    float: right;
    align-content: center;
    min-width: 400px;
}

.lowercontainer {
    align-content: center;
    min-height: 200px;
}

.infotext
{
    color: black;
} 

/* end divs */

/* Registration Page Layout */
.columnright {
    float: right;
    width: 50%;
}
 
.columnleft {
    float: left;
    width: 50%;
}
.wrapper {
    width: 100%;
}
.regbtn {
}
.registerlink {
    font-weight: 200 !important;
}
/*  End Registration Page Layout */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.center {
    text-align: center;
}

/* UI Dialog updates for ADA compliance
----------------------------------------- */

/* Keep the dialog centered in the viewport */
.ui-dialog {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  margin: 0 !important;
  width: auto !important;
  max-height: 90vh; /* Prevent dialog from exceeding viewport height */
  overflow: hidden !important;
}

  /* Make the content area scrollable when needed */
  .ui-dialog .ui-dialog-content {
    height: auto !important;
    max-height: calc(90vh - 50px) !important; /* subtract title bar */
    overflow-y: auto !important;
    overflow-x: hidden;
  }

.dialog-body {
  padding: 10px;
}

/* Slick Grid updates for ADA compliance
-------------------------------------------- */

/* Prevent Slick arrow styles from leaking into Bootstrap nav */
nav .slick-prev:before,
nav .slick-next:before {
  content: none !important;
}

.grid-header h7 {
  display: inline-block;
  font-weight: bold;
  margin: auto auto auto 6px;
  font-size: 12px;
}

#myGrid {
  position: relative;
}

#myGrid #modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255,255,255,0.6); /* optional */
}

#myGrid #modal .loading-wrapper {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  text-align: center;
}

.slick-header-column,
.slick-cell {
  box-sizing: content-box;
}

.slick-loading .slick-list {
  background: transparent !important;
}

