﻿@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.mat-analytic-card{
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    position: relative;
    padding: 16px 24px;
    border-left: 4px solid #3f51b5;
    margin-bottom: 24px;
}

.mat-content {
    padding: 24px;
    background: #f0f2f5
}

.mat-analytic-card.mat-analytic-card-danger {
    border-left-color: #f44336;
}

.mat-analytic-card.mat-analytic-card-warning {
    border-left-color: #ffc107;
}
.mat-analytic-card.mat-analytic-card-success {
    border-left-color: #139e49;
}
.mat-analytic-card.mat-analytic-card-info {
    border-left-color: #ff6f00;
}

.mat-analytic-card .mat-card-content {

}

.mat-analytic-card .mat-card-value {
    font-size: 24px;
    line-height: 32px;

}
.mat-analytic-card .mat-card-title {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}
.mat-analytic-card .mat-card-icon {
    position: absolute;
    right: 24px;
    top: 16px;
    width: 48px;
    height: 48px;
    background: #6327df;
    border-radius: 48px;
    text-align: center;
    color: #fff;
    padding-top: 12px;
}

.mat-analytic-card.mat-analytic-card-danger .mat-card-icon{
    background: #f44336;
}

.mat-analytic-card.mat-analytic-card-warning .mat-card-icon{
    background: #ffc107;
}
.mat-analytic-card.mat-analytic-card-success .mat-card-icon{
    background: #139e49;
}
.mat-analytic-card.mat-analytic-card-info .mat-card-icon{
    background: #ff6f00;
}

.mat-card {
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 1px -1px #0003, 0 1px 1px #00000024, 0 1px 3px #0000001f;
    margin-bottom: 24px;
}

.mat-card .mat-card-header {
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 60px;
}

.mat-card .mat-card-title{
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mat-card .mat-card-content {
    padding: 24px;
}

.mat-card .mat-card-footer {
    padding: 16px 24px;
    border-top: 1px solid rgba(0,0,0,.125);
    text-align: right;
    font-weight: bold;
    color: #6327df;
    font-size:14px
}

.mat-card .mat-card-footer:hover{
    background: #eee;
    cursor: pointer;
}

.analytic {
    border: 1px solid #000;
    padding: 10px;
}
.analytic-item {
}
.analytic-item-label {
    width: 200px;
    display: inline-block;
}
.analytic-item-value {
    width: 200px;
    display: inline-block;
}

.table tr{
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
}
.table tr:first-child {
    border-bottom: 2px solid #777 !important;
}
.table tr:first-child td {
    font-weight: bold;
}

.table td {
    padding: 16px;
    font-size: 16px;
}

.s-DataGrid-Header{
    padding: 16px 24px;
    text-align: right;
}

.s-Grid-Barcode-Generator .field {
    display:block;
    height: 50px;
}
.s-Grid-Barcode-Generator .field input[type=text]{
    float: left;
}

.s-Grid-Barcode-Generator .field .inplace-now{
    display: none;
}

.s-Grid-Barcode-Generator .field select {
    height: 36px !important;
    background: #fff !important;
    font-size: 16px !important;
    padding: 9px 12px;
    border: 0;
    border-bottom: 1px solid #333;
    border-radius: 4px 4px 0px 0px;
    transition: all 0.3s;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    margin-left: 10px;
}


@media (max-width: 768px) {
    .s-Grid-Barcode-Generator .field {
        display: block;
        height: 60px;
    }
    .s-Grid-Barcode-Generator .field input[type=text] {
        min-width: 100px;
        width: 110px;
    }

    .s-Grid-Barcode-Generator .field label{
        width: 70px;
        text-align:left;
        margin-top: 0;
    }
    .s-Grid-Barcode-Generator .field select {
        padding-left: 0;
        padding-right: 0;
    }
}
