body {
    background-color: rgb(240, 240, 240);
    /*padding-top: 50px;*/
}

.navbar-no-margin {
    margin-bottom: 0;
}

.no-clear {
    clear: none !important;
}

.view-header {
    background-color: rgb(240, 240, 240);
    border-bottom: 1px solid lightgrey;
    padding: 0 15px 15px 15px;
}

.clickable {
    cursor: pointer;
}

input[type=text].header {
    font-size: 24px;
    font-weight: 500;
}

.toolbar-row-spacing {
    margin-top: 5px;
}

span.error {
    color: red;
}

span.disabled {
    cursor: not-allowed;
    color: #777;
}

.removed-table-item {
    color: lightgrey;
    font-style: italic;
}

.removed-table-item:hover {
    color: lightgrey;
}

#sidebar-content-container {
    display: table;
    width: 100%;
}

.sidebar {
    /*float: left;*/
    /*width: 240px;*/
    background-color: white;
    padding: 10px;
    overflow-x: hidden;
    min-height: 550px;
    /*display: table-cell;*/
}

.season-sidebar-title-link {
    padding: 0 !important;
    display: inline !important;
    position: inherit !important;
    font-size: 18px;
    font-weight: normal;
}

.content {
    padding-left: 40px;
    padding-bottom: 50px;
    background-color: white;
    /*border-left: 1px solid #dddddd;*/
    /*min-height: 650px;*/
}

.spinner {
    margin-left: 10px;
    margin-top: 7px;
}

.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px
}

.callout-warning {
    border-color: #FFCC33
}

.callout-info {
    border-color: #42555B;
}

.callout.is-small {
    padding: 10px;
}

.label-grey {
    color: grey !important;
    font-weight: normal !important;
}

.active-season-label {
    color: white;
    background: none;
    border: 1px solid white;
    font-weight: normal;
}

span.label.label-white {
    color: rgb(51, 51, 51);
    background-color: white;
    border: 1px solid rgb(204, 204, 204);
}

.table-progress-bar-container {
    margin-top: 50px;
}

.progress-medium {
    height: 15px !important;
}

.error {
    padding-top: 10px;
    padding-bottom: 10px;
    color: red;
}

textarea {
    resize: none;
}

.line-after {
    position: relative;
    overflow: hidden;
}

.line-after:after {
    display: inline-block;
    content: "";
    height: 1px;
    background: rgb(230, 230, 230);
    position: absolute;
    width: 90%;
    top: 50%;
    margin-top: 0;
    margin-left: 15px;
}

/**
A muted message box that can be displayed inline within a view, when an error or similar has occurred.
*/
div.message-box-inline {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 420px;
    padding: 20px;
    border: 1px solid lightgrey;
    border-radius: 4px;
    color: #777;
}

/**
Used for hosting the actual glyphicon to be displayed in the message box.
*/
span.message-box-inline-icon {
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.ai-spinner {
    margin: 0px;
}

div.news-item {
    margin-bottom: 50px;
}

h3.news-title {
    margin-top: 0px !important;
    font-weight: normal;
}

div.news-item h3 {
    font-weight: normal;
}

div.news-item-toolbox {
    position: absolute;
    right: 0;
    top: 2px;"
}

.progress-thin {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    height: 10px;
}

.message-dialog-backdrop {
    background-color: rgba(255, 255, 255, 0);
}

.season-picker-header {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal !important;
}

.season-picker-row {
    height: 75px !important;
}

.season-picker-row-cell {
    vertical-align: middle !important;
}

li.sidebar-title-item {
    padding: 7px 15px;
    font-weight: bold;
}

.glyphicon-large {
    font-size: 18px;
}

.table-no-border {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table-no-border > thead > tr > th,
.table-no-border > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tfoot > tr > td {
    padding: 8px 8px 8px 0px;
    line-height: 1.42857143;
    vertical-align: top;
}

div.handout {
    border: 1px solid lightgrey;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 20px;
}

.dropdown-checkmark {
    font-size: 10px;
    margin-right: 15px;
}

.dropdown-checkmark-empty {
    position: relative;
    width: 25px;
    display: inline-block
}

.control-label {
    text-align: left !important;
}