@media screen and (max-width: 600px) {
    .md-datepicker-button{
        display: none !important;
    }
}

.selectdemoSelectHeader {
  /* Please note: All these selectors are only applied to children of elements with the 'selectdemoSelectHeader' class */ }
  .selectdemoSelectHeader .demo-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
  .selectdemoSelectHeader .demo-select-header {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto; }
  .selectdemoSelectHeader md-content._md {
    max-height: 240px; }


md-toast.md-loading-toast-theme div.md-toast-content{
    background-color: #C1272D !important;
    color: white !important;
    stroke: white !important;
}
md-progress-circular.md-loading-toast-theme path, md-progress-circular path {
    stroke: white !important;
}
.md-container{
    background-color: white !important;
}
.md-bar {
    background-color: white !important;
}
.md-bar1 {
    background-color: white !important;
}
.md-bar2 {
    background-color: #e09396  !important;
}
.md-dashed:before {
    background-color: white !important;
}

header {
    margin: auto auto;
    background: rgb(15, 109, 138);
    width: 100%;
}

header img {
    height: 50px;
    width: auto;
    display: block;
    margin: 15px auto;
}

.docs-logotype {
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 26px;
}

.docs-logo {
    text-decoration: none;
}

.transactions #vertical-container {
    height: 292px;
    width: 100%;
    max-width: 400px;
}

.transactions .repeated-item {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    height: 40px;
    padding-top: 10px;
}

.transactions md-table-container {
    overflow-y: scroll;
    overflow-x: scroll;
}

.transactions md-virtual-repeat-container {
    border: solid 1px grey;
}

.transactions .md-virtual-repeat-container .md-virtual-repeat-offsetter div {
    padding-left: 16px;
}

@media (max-height: 719px) and (max-width: 719px) {
    .dialogHeight {
        height: 100% !important;
        width: 100% !important;
    }
}

.button-navigation {
    height: 150px;
    width: 230px;
}

.virtual-repeat-container {
    height: 100%;
    width: 100%;
}
.noselect {
    -webkit-user-select: none; /* Safari, iOS, and Android */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.card-chart {
    min-height: 400px!important;
}

@media (max-width: 960px) and (max-width: 960px) {
    .card-chart-container {
        min-height: 1020px;
    }
}