h2 {
    margin-bottom: 5px;
}

.home-block-data {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 5px;
}

.home-block-data p {
    margin: 10px 0 5px 0;

}

.home-block-data h3 {
    margin: 5px 0 5px 0;
}

.home-block-data-first {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}

p.condensed {
    margin: 5px 0 5px 0;
}

ul.file_list {
    width: 450px !important;
}

.widget-row {
    min-height: 200px;
}

.widget-row-first {
    background: none;
}

.widget_library_button {
    position: fixed;
    position: sticky;
    bottom: 10px;
    right: 1em;
    margin-right: 10px;
    z-index: 900;
    float: right;
    clear: right;
}

.widget-row-placeholder {
    border: 1px dashed #777;
    border-color: rgba(0,0,0,.5);
    background-color: #eee;
    background-color: rgba(0,0,0,.05);
    padding: 4px 0 5px 0;
}

.widgetElement {
    border-bottom: 1px solid #eee;
    background: #fff;
    overflow: auto;
    overflow-y: hidden !important;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.4);
    box-shadow: 0 1px 2px rgba(0,0,0,.4);
    padding: 1em;
}

.change_cursor {
    cursor: move;
    position: absolute;
    height: 18px;
}

.widgetElement .options {
    display: none;
    margin-bottom: 5px;
    overflow: visible;
    height: 5px;
    position: relative;
    background: #fff;
    float: right;
    padding: 3px;
}

.widgetElement:hover .options {
    display: block;
}

.widgetElement .options ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.widgetElement .options ul li {
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0 5px 0 0;
}

.widgetElement p,
.widgetElement h1,
.widgetElement h2,
.widgetElement h3,
.widgetElement h4 {
    padding: 0 !important;
    border: none;
    position: relative;
}

.widgetElement > h4 > .report_actions {
    position: absolute;
    white-space: nowrap;
    display: inline-block;
    z-index: 1000;
}

.widgetElement > h4 > a {
    color: #2c3e50;
}

.widgetElement .handle {
    width: auto !important;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5em;
}

@media (min-width: 769px) {
    .series_axises_options .row > div {
        padding: 3px;
    }
}

#desktop_tabs .row > div:not(.task) {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 768px) and (max-width: 1999px) {
    .company_info_widget {
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
    .company_info_widget {
        max-width: 450px;
    }
}

#desktop_tabs.ui-tabs .ui-tabs-panel {
    padding: 0;
}

#desktop_tabs.ui-tabs .widget-row {
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

#desktop_tabs.ui-tabs .widgetElement {
    margin-bottom: 16px;
}

#desktop_tabs.ui-tabs .widgetElement:last-child {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    #desktop_tabs.ui-tabs.ui-tabs-vertical .widget-row {
        padding-top: 0 !important;
        padding-left: 16px !important;
        padding-right: 0 !important;
        padding-bottom: 16px !important;
    }
    #desktop_tabs.ui-tabs:not(.ui-tabs-vertical) .widget-row {
        padding-top: 16px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    #desktop_tabs.ui-tabs:not(.ui-tabs-vertical) .widget-row-placeholder {
        margin-bottom: 16px;
    }

    #desktop_tabs.ui-tabs.ui-tabs-vertical .widget-row:last-child {
        margin-right: 16px;
    }

    #desktop_tabs.ui-tabs:not(.ui-tabs-vertical) .widget-row + .widget-row {
        padding-left: 16px;
    }
}

.widgetElement h4:first-of-type {
    margin-top: 0;
}

.widgetElement .calendar_col {
    margin-top: 0;
}
.tasksForToday-grid-container {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 30px auto 40px;
    grid-template-rows: auto;
    grid-template-areas: "tasksForToday-type tasksForToday-body tasksForToday-do";
}
@media (min-width: 421px) {
    .tasksForToday-grid-container {
        grid-row-gap: 5px;
        grid-column-gap: 10px;
    }
    .tasksForToday-date {
        text-align: end;
    }
}
@media (max-width: 420px) {
    .tasksForToday-grid-container {
        grid-row-gap: 3px;
        grid-column-gap: 7px;
    }
    .tasksForToday-title a {
        display: block;
        padding-top: 5px;
    }
}
.tasksForToday-type {
    grid-area: tasksForToday-type;
    text-align: center;
    align-self: center;
    padding-top: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
    width: 2em;
    height: 2em;
    border: 1px solid #0005;
}
.tasksForToday-body {
    grid-area: tasksForToday-body;
    align-self: center;
    overflow: hidden;
}
.tasksForToday-body div:not(:first-child) {
    margin-top: 5px;
}
.tasksForToday-title {
    font-weight: bold;
}
.tasksForToday-title a,
.tasksForToday-title a:hover {
    color: inherit;
}
.tasksForToday-date {
    margin-right: 5px;
	font-weight: normal !important;
}
.tasksForToday-description {
    color: #777;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tasksForToday-company {
    font-size: 90%;
}
.tasksForToday-do {
    grid-area: tasksForToday-do;
    align-self: center;
    justify-self: end;
}
.tasksForToday-add {
    margin-top: 10px;
}