.autocomplete-icon {
    position: relative;
    top: 16px;
    padding-left: 6px;
    padding-right: 12px;
}

.md-virtual-repeat-container.md-autocomplete-suggestions-container {
    min-height: 56px !important;
}

.filterMenu md-menu-item > * {
    width: auto !important;
}

.custom-autocomplete li {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  line-height: 12px;
  padding-bottom: 8px;
  white-space: normal;
}

.custom-autocomplete span {
  position: relative;
  top: 4px;
}

.select-search {
  border: none;
  width: 92%;
  padding: 14px 14px;
}

.select-location {
    border: none;
    padding: 14px 14px;
}

.nv-axis.nv-y .tick line {
  display:none;
}

.nv-axis.nv-x .tick line {
  display:none;
}

.flip {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.highlight {
    color: black !important;
    font-weight: 800;
}

.secret {
    display: none;
}

.hideprint {
    display: inherit;
}


@page {
    size: A4;
    margin: 1cm;
}

@media print {
    .secret {
        display: inherit;
        -webkit-print-color-adjust: exact;
    }

    .hideprint {
        display: none
    }
}

.sidenav {
    overflow: visible !important;
}

.tab-title {
    font-size: 32px;
    font-weight: 300;
}

.tab-title .title {
    opacity: 0.5;
}

.statistics-text {
    font-size: 32px;
    font-weight: 300;
}

md-tabs {
    transition: 0s !important;
}

.tab-title-button {
    position: relative;
    bottom: 2px;
}

.tabstest {
    padding-top: 8px;
}

.tab-pinned {
    position: relative;
    padding-top: 3px;
    font-size: 18px !important;
}

.card-no-padding {
    padding: 0px 0px !important;
}

:focus {
    outline: none;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  not supported by any browser */
}

[md-colors] {
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

[md-whiteframe] {
    transition: all 0.3s cubic-bezier(0.35, 0, 0.25, 1);
}

.css-class-add, .css-class-remove {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.2s;
}

.css-class, .css-class-add .css-class-add-active {
    opacity: 0;
}

.css-class-remove .css-class-remove-active {
    opacity: 1;
}

.css-class2-add, .css-class2-remove {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.6s;
}

.css-class2, .css-class2-add .css-class2-add-active {
    height: 64px !important;
    max-height: 64px !important;
}

.css-class2-remove .css-class2-remove-active {
    height: auto
}

.static-height-64 {
    min-height: 64px !important;
}

.collapsed-inner-shadow {
    box-shadow: inset 0 -8px 8px -8px #DDDDDD, inset 0 8px 8px -8px #DDDDDD
}

.angular-collapse-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 350ms;
    transition: height 350ms;
    transition-timing-function: ease-out;
}

.custom-chips md-chip {
    position: relative;
}

.custom-chips md-chip .md-chip-remove-container {
    position: absolute;
    right: 4px;
    top: 4px;
    margin-right: 0;
    height: 24px;
}

.custom-chips md-chip .md-chip-remove-container button.chip-remove {
    position: relative;
    height: 24px;
    width: 24px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: background 0.15s linear;
    display: block;
}
.custom-chips md-chip .md-chip-remove-container button.chip-remove md-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0) scale(0.7);
    color: white;
    fill: white;
}

.custom-chips md-chip .md-chip-remove-container button.chip-remove:hover, .custom-chips md-chip .md-chip-remove-container button.chip-remove:focus {
    background: #EF5350;
}

.custom-chips md-chips-wrap.md-removable md-chip md-chip-template {
    padding-right: 5px;
}

.test{
    position: relative;
    left: 8px;
    top: 4px;
    bottom: 2px;
    height: 24px;
    width: 24px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    transition: background 0.15s linear;
}

.test md-icon {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate3d(-50%, -50%, 0) scale(0.7) !important;
    color: white !important;
    fill: white !important;
}

.test:hover {
    background: #EF5350;
}

form {
    margin-bottom: 0px;
    margin-top: 0px;
}

.rotate0 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.rotate180 {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mouse-through {
    pointer-events: none;
}

.user-avatar-profile {
    top: 42px;
    z-index: 10;
    position: relative;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 4px solid white;
}

.account-avatar-container {
    position: relative;
    padding-top: 62px;
    text-align: center;
    border: 4px solid white;
}

.user-avatar-login {
    top: 48px;
    z-index: 10;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid white;
}

.forgot-password-email {
    position: relative;
    bottom: 84px;
    right: 36px;
    font-size: 96px !important;
}

.md-subheader.login-subheader * {
    padding: 0px !important;
    background-color: white;
}

.md-subheader {
    line-height: 1.4em;
}

md-select.select-user-group * {
    border-bottom-width: 0px !important;
    padding: 0px 0px 0px !important;
    bottom: 18px !important;
}




.demo-header-searchbox {
    padding-left: 8px;
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
}


::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: rgb(240, 240, 240);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgb(180, 180, 180);
}

a {
  color: black;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

md-tooltip.tt-multiline .md-content {
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    max-width: 800px;
    padding: 8px 8px;
    height: auto;
}

.item-progress-box {
    height: 20px;
    margin-top: -20px;
    margin-left: 60px;
    margin-right: 10px;
}

.item-progress {
    background-color: #90B8DA;
    height: 100%;
    width: 0;
}

.total-progress-box {
    height: 20px;
    margin-top: -20px;
    margin-left: 90px;
    margin-right: 10px;
}

.total-progress {
    background-color: #90B8DA;
    height: 100%;
    width: 0;
}

.box {
    margin: 20px;
}

.progress {
    background-color: mediumpurple;
    height: 20px;
}

.my-drop-zone { border: none; }
.nv-file-over { border: solid 3px #F44336; }

md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]) {
    color: white !important;
    opacity: 0.5 !important;
}

md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active, md-tabs > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-active md-icon, md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused, md-tabs.md-default-theme.md-accent > md-tabs-wrapper > md-tabs-canvas > md-pagination-wrapper > md-tab-item:not([disabled]).md-focused md-icon {
  color: white !important;
  opacity: 1 !important;
}