/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 21, 2017, 2:52:32 PM
    Author     : Abhinandan
*/



@md-media-sm: 600px;
@md-media-gt-sm: (@md-media-sm + 1px);

html, body, md-content {
    background-color: darken(#fff, 4%) !important;
    -moz-osx-font-smoothing: grayscale;
}

md-toolbar {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

/*md-card:first-child {
    padding: 8px 8px 8px 24px;
}*/

.checkboxes > md-checkbox {
    margin: 0;
    padding: 16px;
    min-width: 300px;
    flex: 0 0 auto;
}

@media all and (min-width: @md-media-gt-sm) {

    md-toolbar {
        .md-title {
            margin-left: 56px;
        }
    }

    md-card {
        margin: 72px;

        & + md-card {
            margin-top: 0;
        }
    }
}

md-toolbar.md-table-toolbar.alternate {
    color: #1e88e5;
    background-color: #e3f2fd;

    .md-toolbar-tools {
        font-size: 16px;
    }
}

.thead-class{
    background-color:  #4C9EF0;
    
}

.back_color{
        background: hsl(231, 48%, 48%) none repeat scroll 0 0 !important;
}
table.md-table th.md-column {
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
md-toolbar.md-table-toolbar form > input {
    width: 100%;
    margin: 0;
    border: none;.textCenter{
    
}
    color: rgba(0, 0, 0, 0.87);
}
md-toolbar.md-table-toolbar form {
    margin-left: 16px;
}
