﻿html {
    width: 100%;
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: gainsboro;
    width: 100%;
    height: 100%;
}

hr {
    border-color: grey;
}

h3 {
    color: #337ab7;
}

.primary-color {
    color: #337ab7;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    display: inline-block;
    margin-right: 10px;
    white-space: normal;
    width: 170px;
}

    .dl-horizontal dt:after {
        content: ":";
    }

.dl-horizontal dd {
    margin-bottom: 5px;
}

.dl-vertical dd {
    margin-bottom: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE10+ specific styles go here */

    .dl-horizontal dd {
        margin-bottom: 0;
    }

    .dl-vertical dd {
        margin-bottom: 0;
    }
}

.ramcova-highlight {
    font-weight: bold;
    color: green;
}

.k-grid.k-widget {
    height: auto !important;
}
