body {
    font-family: 'Open Sans', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}

.navbar-nav > li > {
    border-top: none;
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#columns td {
    cursor: move;
}
#columns tr.placeholder td {
    color:red;
}

.columns-order li.placeholder {background: rgb(255,240,120);}
.columns-order li.placeholder:before {
    content: "Drop here";
    color: rgb(225,210,90);
}

.checkbox-inline.no_indent,
.checkbox-inline.no_indent+.checkbox-inline.no_indent {
    margin-left: 0;
    margin-right: 10px;
}
.checkbox-inline.no_indent:last-child {
    margin-right: 0;
}

.views_buttons {
    padding: 10px;
}
.views_dropdown {
    margin-top: -1px;
}

.checkbox-block {
    display: inline-block;
}

/* body > div is the body of this app */
body > div.main-app {
    display: flex;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    background-color: #eee;
}

.sorting-modal select {
    width: 40%;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.sorting-modal button {
    margin-top: -3px;
}

body > div.main-app .content {
    flex: 1;
    background-color: #fff;
}

#board-edit-menu {
    width: 100%;
}

#board-edit-title {
    padding-left: 13px;
    padding-top: 7px;
    display: inline-block;
}

#board-edit-title span {
    color: #656b79
}

#board-edit-title small {
    color: #22baa0;
    margin-left: 35px;
}

#sb-edit-mode {
    padding-top: 20px;
}

#sb-edit-mode table {
    border-collapse: collapse;
}

#sb-edit-mode table th {
    text-transform: none !important;
}

#sb-edit-mode table, #sb-edit-mode th, #sb-edit-mode td {
    border: 1px solid #EEEEEE;
    font-size: 10px;
    color: #656b79;
}

#board-edit-buttons {
    display: inline-block;
    float: right;
}

/* Gray out disable checkbox's label. */
label.disabled {
    color: #ccc;
}

.flex > div {
    display: flex;
}

.right {
    float: right;
}

.slotting_board_period_header{
    font-weight: normal;
    line-height: 1;
    text-align: center;
    height: 50px;
    padding-top: 5px;
}

.slotting_board_period_header label {
    font-weight: bold;
    margin-top: 5px;
}

.email-summary-popover {
    width:80% !important; top:20%;
}

.budget-vs-spend-filter-table {
    display: table;
}
.budget-vs-spend-filter-table-row {
    display: table-row;
}
.budget-vs-spend-filter-table-row >div {
    display: table-cell;
    width: 160px;
    padding-right: 20px;
}
