   /* #wdr-pivot-view .wdr-cell {
    text-align: center !important;
} */

#wdr-pivot-view > span > a {
    display: none;
}

.loading {
opacity: 0;
transition: opacity .8s ease-in-out;
position: fixed;
height: 100%;
width: 100%;
top: 0;
left: 0;
background: rgb(40 95 143);
z-index: -1;
vertical-align: middle;
text-align: center;

}
app-root:empty + .loading {
  opacity: 1;
  z-index: 100;
}
app-root:empty + .loading h1 {
  color: #EEE;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  transform: translate(0, -50%);
}


#snackbar {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: rgb(204, 80, 80);
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;

}

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#loadingmodules {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: rgb(40 95 143);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 15px;
  
  }
  
  #loadingmodules.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}


/* common css override */
.form-group {
  margin-bottom: 10px !important;
}

.no-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.no-padding-left{
  padding-left: 0px !important;
}

.no-padding-right{
  padding-right: 0px !important;
}

/* mobile view */
/* .sidebar-xs #sidebar #navigation>li>a .fa {
  display: block;
} */


.dashboard_graph {
  background: #fff;
  padding: 7px 10px;
}

.dashboard_graph .x_title {
  padding: 5px 5px 7px;
}
.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}

.gylmph-picture{
  height: 24px;
  margin-right: -16px;
  margin-bottom: -6px;
  vertical-align: text-bottom;
}

.apn-category{
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: rgb(238, 238, 238);
  border-left-color: #1b809e;
    margin: 5px 0;
}
