﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.linkDeleteDate{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000;
    font-family: Arial;
    font-size: 11px;
    font-weight: 600;
    padding: 2px;
    /*background-color: #ACD6F6;*/
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

/* Keep the Upload remove/cancel action compact inside a Kendo Grid detail row.
   Kendo otherwise applies the grid command-button minimum width to this button. */
.k-grid tbody .grave-image-upload button.k-upload-action {
    min-width: 0;
    width: 24px;
    height: 24px;
    padding: 0;
}
