.md-toolbar-tools{
    background-color: #175078 !important;
}

.tablebtn{
    border-radius: 0px !important
}

.loading {
    position: fixed;
    top: 0; right: 0;
    bottom: 0; left: 0;
    background: white;
    opacity: 0.8;
    z-index: 2;
}
.loader {
    left: 50%;
    margin-left: -4em;
    font-size: 10px;
    border: .8em solid rgba(218, 219, 223);
    border-left: .8em solid #175078;
    animation: spin 1.1s infinite linear;
}
.loader, .loader:after {
    border-radius: 50%;
    width: 8em;
    height: 8em;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.05em;
}

@keyframes spin {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #2475B6; 
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #175078; 
    border-radius: 0px;
}

md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar{
    color: #2475B6;
    background-color: #175078
}