﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.not-rounded {
    border-radius: 0 !important;
}

.drop-over {
    background:#ffd800 !important;
}

.no-border-top th {
    border-top:none !important;
}

.table-padded td {
    padding-right: 4px;
}

.colorbox {
    display:inline-block;
    width:16px; height:16px;
    margin-right:4px;
}

.border-gray {
    border:3px solid #ccc;
}

.btn-primary {
    /*background:#00ADCC;*/
    background:#247583;
    border-color:#23555E;
}

.btn-primary:hover {
    background:#23555E;
}

.bg-red {
    background:#ea6c6c;
}

.bg-green {
    background:#8cdc79;
}

.pre-line {
    white-space: pre-line;
}