﻿
/* Revised styles for SNAP-Suite */


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

strong, .strong {
    font-weight: 600;
}

b, .b{
    font-weight: 700;
}

label {
    font-weight: 600;
}

input[readonly]
{
    background-color:grey;
}

.k-grid-header .k-header > .k-link {
    font-weight: 600;
    font-size: 12px;
    color: #666;
}

.k-grid {
    /*font-size: 12.5px;*/
}

.k-grid-header th.k-header {
    /*text-align: center;*/
}



.shaded-cell {
    background-color: #eee;
}

.k-grid tr td, .k-grid-header th.k-header {
    /*border: none;*/
    border-color: #ddd;
}

.k-grid-header th.k-header {
    /*background-color: #f2f2f2;*/
    background-color: #eee;
}

.k-grid {
    /*border: none;*/
    border-color: #ddd;
}


/* Customise the appearance of the 'No Data Template' for Kendo Dropdownlists */
.k-list-container .k-nodata {
    color: #888;
    margin: 5px 3px;
    text-align: center;
}