md-dialog {
    min-width: 30%;
    max-width: 60%;
}
.avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #FFF
}
.avatar.square {
    border-radius: 0
}
.avatar.small {
    width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px
}
.avatar.big {
    width: 64px;
    min-width: 64px;
    height: 64px;
    line-height: 64px;
}
.avatar.huge {
    width: 96px;
    min-width: 96px;
    height: 96px;
    line-height: 96px
}
.md-button.md-icon-button {
    margin: 0;
}
.loginBox {
    max-width: 90%;
    width: 500px
}
.stretch input {
    width: 100%
}
.bg-green {
    background: rgb(76, 175, 80);
}
.bg-blue {
    background: #4285F4;
}
.bg-indigo {
    background: #3F51B5
}
.c-indigo {
    color: #3F51B5
}
md-input-container.toolbar-search-container {
    margin-top: 25px;
}
.md-button.md-button-mini {
    min-height: 26px;
    max-height: 26px;
    line-height: 26px;
}
.md-title {
    font-size: 18px;
}
@media only screen and (min-width: 600px) {
    .no-error .md-errors-spacer {
        min-height: 0;
    }
}
@media print {
    @page {
        size: auto;   
        
        margin: 10mm 10mm 10mm 10mm;
    }
    body * {
        visibility: hidden;
    }
    body #content {
        
        
    }
    .content {
        height: 0;
        overflow: hidden;
    }
    .no-print, .no-print *
    {
        display: none !important;
    }
    #section-to-print, #section-to-print * {
        visibility: visible;
    }
    #section-to-print {
        position: absolute;
    }
    #section-no-print, #section-no-print * {
        display: none !important;
    }
    .page-break {
        border-bottom: 0;
    }
}
#section-to-print {
    z-index: 2000;
    left: 0;
    top: 0;
    color: #000000;
    width: 100%;
    background-color: #ffffff;
    font-size: 12px;
}
#section-to-print .table > thead > tr > th,
#section-to-print .table > tbody > tr > th,
#section-to-print .table > tfoot > tr > th,
#section-to-print .table > thead > tr > td,
#section-to-print .table > tbody > tr > td,
#section-to-print .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #f0f0f0;
}
.no-error-xs .md-errors-spacer {
    min-height: 0;
}
.docs-menu > li {
    border-bottom: none;
}
.docs-menu > li.parent-list-item {
    padding-bottom: 10px;
}
::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}
::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}
::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}
::-webkit-scrollbar-track:horizontal {
    border-width: 4px 0 0
}
::-webkit-scrollbar-track:hover {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-track:horizontal:hover {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .1)
}
::-webkit-scrollbar-track:active {
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-track:horizontal:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07)
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .2);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 1px 1px 1px 6px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:horizontal {
    border-width: 6px 1px 1px;
    padding: 0 0 0 100px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .07);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .4);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25);
}
::-webkit-scrollbar-thumb:active {
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.35);
}
::-webkit-scrollbar-corner {
    background: transparent
}
body::-webkit-scrollbar-track-piece {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 0 0 0 3px;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px 0 0 rgba(0, 0, 0, .07);
}
body::-webkit-scrollbar-track-piece:horizontal {
    border-width: 3px 0 0;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .14), inset 0 -1px 0 rgba(0, 0, 0, .07);
}
body::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 5px
}
body::-webkit-scrollbar-thumb:horizontal {
    border-width: 5px 1px 1px
}
body::-webkit-scrollbar-corner {
    background-clip: padding-box;
    background-color: #f5f5f5;
    border: solid #fff;
    border-width: 3px 0 0 3px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .14);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
md-toast.md-error-toast-theme .md-toast-content {
    background-color: #c62828;
}
md-toast.md-top {
    left: 50%;
    margin-left: -150px;
}
#loading-bar .bar {
    
    background: rgb(255, 193, 7);
    height: 3px;
}
.red {
    color: red;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float) {
    font-weight: 500;
    color: black;
}
md-autocomplete.no-margin md-input-container {
    margin-top: 0;
    margin-bottom: 0;
}
md-autocomplete.no-margin[md-floating-label] md-input-container {
    padding-bottom: 2px;
}
md-autocomplete.no-margin md-input-container .md-errors-spacer {
    min-height: 0;
}
md-autocomplete.no-margin .md-show-clear-button button {
    top: 0;
}
#activity-subheader .md-subheader-inner {
    padding: 8px;
}
.angular-google-map-container {
    height: 300px;
}