﻿/* 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;
}

.validation-summary-errors {
    color:red;
}

.options-panel li {
    background: url("../Scripts/images/arrow_right_spearmint.png") no-repeat center left;
    padding: 0 0 0 14px;
    list-style: none;
    margin: 0;
}

.options-panel {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid silver;
    background: #f0f0f0;
    padding: 4px;
    margin-bottom: 20px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 650px;
}

/* Individual cell styles */
.cell-move-handle:hover {
    background: #b6b9bd;
}

.percent-complete-bar {
    display: inline-block;
    height: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Slick.Editors.Text, Slick.Editors.Date */
input.editor-text {
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
    outline: 0;
    padding: 0;
    font-size:0.8rem;
}

.ui-datepicker-trigger {
    background: url("../Scripts/images/calendar.gif") top left no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    padding: 0;
    vertical-align: top;
}
