#header {
  position: relative;
  display: inline-block;
  width:100%;
}

#header-close {
  float: left;
  position: absolute;
  height: 32px;
  width:100%;
  background-color: #5353d1;
  top: 0;
  left: 0px;
  font-size: 13px;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}

span#header-text {
  margin: 0;
  position: absolute;
  top: 60%;
  transform: translate(0%,-55%);
}

img#header-close-img {
  vertical-align: text-bottom;
}

img#logo {
  vertical-align: text-bottom;
}

/* img#header-close-img {
  vertical-align: top;
} */

#header-line {
  position: absolute;
  height: 4px;
  width:100%;
  background-color: #51abff;
  top: 32px;
  left: 0px;
}

#header-title {
  position: absolute;
  top: 35px;
}

/*#header-main-section {
   display:none;
  height: .1;
}*/

.notification-center {
  height: 0%;
}

.notification-center-count {
  color: #FF0000;
  font-size: 32px !important;
}

#header-main-section {
  background-color: #FFFFFF;
  border-bottom: 0px; #FFFFFF; /* ADDED */
}

#header-main-section-east-part {
  background-color: #FFFFFF;
  height: 0%;
}

div#content.customPage.container-fluid {
top: 0px  !important;
margin-bottom: 0px  !important;
}

.pb-block-item-container {
    display: inline-block;
    --margin-right: .25rem;
    margin-top: 1rem;
}
/* [class]{
 border: 1px solid red;
}*/

.ngHeaderButton{
  display:none !important;
}

.ngGrid Input{
     box-shadow: inset 2px 2px 2px darkgrey;
     background-color: white !important;
     margin: 0px;
    /* width: 80% !important; */
}

.ng-hide-animate {
    display: none !important;
}

.grid-width{
/* max-width:480px; */ 
max-width: 100%;
}
.col-1-size{
  min-width:80px;
color:blue;
}

.ngTopPanel {
  width: 100%;
}