@CHARSET "UTF-8";
.hidden {
	display: none;
}
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;
}

#desktop_tabs div.row {
	margin: 0 0 6px 0;
}
#desktop_tabs div.row div.option {
	width: 140px;
	color: #aaa;
}
#desktop_tabs div.row div.option a {
	color: #aaa;
}
#desktop_tabs div.row div.option a:hover {
	color: #666;
}
#desktop_tabs div.row div.content {
	width: 320px;
	float: left;
}


.widget-row {
	min-height: 200px;
	background: url(./redmond/desktop_separator.png) left repeat-y;
}
.widget-row-first {
	background: none;
}
.widget_library {
	z-index: 10000;
	position: fixed;
	width: 490px;
	height: 480px;
	margin: 0 0 0 -224px;
	top: 10%;
	left: 50%;
	border: 4px solid #eee;
	padding: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #f8f8f8;
	overflow: auto;
        max-height: 70%;
}
.widget_library_button {
	font-size: 10px;
	text-align: right;
}
.widget_library ul {
	margin: 0;
	padding: 0;
}
.widget_library li {
	list-style: none;
	margin-bottom: 2px;
	padding: 5px;
	background: #fff;
	width: 390px;
	border: 1px solid #eee;
}
.widget_library li:hover {
	/*background: #ffa;*/
}
.widget_library li span {
	font-size: 10px;
	color: #888;
}
.widget-row-hover {
	background-color: #fffff8;
}
.widget-row-active {
	background-color: #ffe;
}
.widget-row-placeholder {
	border: 1px solid #faa;
	background: #fee;
	padding: 4px 0 5px 0;
}
#widget_options_close,
#widget_library_close {
	position: fixed;
	z-index: 10000;
	margin: 0 0 0 266px;
	left: 50%;
	top: 12%;
	background: #f8f8f8;
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	border-right: 4px solid #eee;
	padding-left: 8px;
}
.wgt_add {
	width: 21px;
	height: 17px;
	float: left;
	padding: 2px !important;
}
.wgt_add:hover {
	background: url(./layouts/glow.png) 1px 1px no-repeat;
}
.wgt_description {
	width: 365px;
	float: left;
}
.widgetElement {
	margin: 0 5px 5px 5px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #eee;
	background: #fff;
	overflow: auto;
	overflow-y: hidden !important;
}
.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 {
	margin: 0 !important;
	padding: 0 !important;
	border: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#ui-datepicker-div {
	z-index: 999999 !important;
}
.widget_settings_content
{
    text-align: left;
}
.render_settings label,
.widget_settings_content label{
    font-weight: normal;
}
.render_settings input[type="checkbox"]{
    outline: none;
}
@media (max-width: 768px) {
    .widget_settings_content td{
	min-width: 50%;
    }
    .render_settings .series_axises_options select{
	width: 100%;
    }
    .series_axises_options .row > div {
	padding-bottom: 3px;
	padding-left: 0px;
    }
}
.widget_settings_content tbody th{
    min-width: 45%;
}

.widgetElement > h4 {
    z-index: 100;
}

.widgetElement > h4 > a {
    color: #2c3e50;
}
@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 .widget-row {
    min-height: 100px;
}
table.widget_settings_content .dropdown-menu.open {
    min-width: 250px;
}
@media (max-width: 767px){
    table.widget_settings_content .dropdown-menu.open{
	left: auto;
	right: 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-do button,
.tasksForToday-add button,
.tasksForToday-do button.disabled,
.tasksForToday-add button.disabled {
    background-color: inherit;
    color: inherit;
    border-color: #0005;
    border-width: 1px;
    border-style: solid;
}
.tasksForToday-do button,
.tasksForToday-do button.disabled{
    padding: 10px;
}
.tasksForToday-add {
    margin-top: 10px;
}