#organizerCalendar {
}
.organizerContainer {
	display: table;
	width: 100%;
}
.organizerRow {
	display: table-row;
}
.orginizerCell {
	display: table-cell;
	position: relative;
    /*border: 1px solid green;*/
    vertical-align: top;
}
.oc1 {
	width: 245px;
}
#oc2Header {
    background-color: #e0e0e0;
    text-align: center;
    margin-bottom: 4px;
}
#oc2AddTask {
    display: inline-block;
    position: absolute;
    background-color: #d94b38;
    color: white !important;
    padding: 0px 10px !important;
    left: 0px;
    cursor: pointer;
}
#oc2Date {
	display: inline-block;
}
.ocdiv {
    width: 5px;
}
.taskItem {
    position: relative;
    border: 1px dashed lightgrey;
    margin-bottom: 5px;
    display: table;
    width: 100%;
    background-color: #ededed;
}
.taskItemRow {
	display: table-row;
}
.taskItemCell1 {
	display: table-cell;
    width: 32px;
    position: relative;
}
.taskItemCell1 img, .taskItemCell4 img {
    width: 20px;
    margin: 0px 5px;
}
.taskItemCell2,.taskItemCell4, .taskItemCell5 {
	display: table-cell;
}
.taskItemCell2 input, .taskItemCell2 div {
	width: 100%;
	border: none;
	height: 20px;
}
.taskItemCell2 div {
	overflow: hidden;
}
.taskItemCell3 {
	display: table-cell;
    width: 115px;
    text-align: right;
}
.taskItemCell3 span {
    font-size: 12px;
}
.taskItemCell3 img {
	cursor: pointer;
    width: 14px;
    margin-left: 5px;
}
.taskExpandBatton {
}
.taskDeleteBatton {
}
.taskItemCell5 {
}
.expandedRowDivider {
}
.taskItemCell4 {
    position: relative;
}
.bt1 {
    border-top: 1px dotted gray !important;
}
.taskExpandMinHeight {
	width: 0px;
	height: 80px;
	float:left;
}
.taskUsers {
}
.taskUsers span {
    cursor: pointer;
    border-bottom: 1px dashed gray;
    margin-right: 10px;
}
.taskDragOver {
	background-color: #c65102;
}
.taskDragOver1 {
	background-color: beige;
}
.taskInMove {
	box-shadow: 0px 0px 10px grey;
	z-index: 5;
	width: 150px;
	overflow: hidden;
}
.expandedRow {
	background-color: #f4f5f7;
}
.taskUserListMenu {
	position: absolute;
	width: 300px;
	height: 250px;
	background-color: #ddd;
	z-index: 1;
	top: 20px;
	left: 32px;
    /*overflow-y: auto;*/
    border: 1px solid gray;
    box-shadow: 1px 1px 4px grey;
}
.taskUserListMenuItem {
}
.taskUserListMenuItem div {
	background-image: url(/img/Check-3a-icon-32.png);
    display: inline-block;
    width: 17px;
    height: 13px;
    margin: 2px 5px 0px 5px;
    vertical-align: text-top;
    cursor: pointer;
}
.taskUserListMenuItemInactive {
	background-position-x: -19px;
}
.taskUserListMenuItemDivider {
	border-bottom: 1px solid gray;
}
.taskUserListMenuHeader {
    position: relative;
    text-align: center;
    background-color: #989898;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.taskUserListMenuHeader img {
	position: absolute;
	top: 3px;
	right: 0px;
	cursor: pointer;
    width: 12px;
}
.dayHasTask a {
    background-color: #5FBA7D !important;
    color: #ffffff !important;
}

.dayHasTask a.ui-state-active {
    border: 1px solid #003eff !important;
    background: #007fff !important;
    font-weight: normal !important;
    color: #ffffff !important;
}
.ui-state-hover {
    background-color: bisque !important;
}
.taskDescriptionHeader,.taskDocumentsHeader,.taskPhotoDocumentsHeader {
	font-weight: bold;
}
.taskDescription,.taskDocuments,.taskPhotoDocuments {
    padding: 0px 0px 0px 30px;
    margin-bottom: 10px;
}
.taskDescriptionText,.taskDocumentsItems,.taskPhotoDocumentsItems {
    background-color: #e1e4e9;
    min-height: 60px;
    padding: 0px 4px;
}
.taskDescriptionText {
	white-space: pre;
}
.taskDescription textarea {
    width: 100%;
}
#organizerCalendar td { position: relative; }
.taskMovedHint {
    display: none;
    position: absolute;
    width: 150px;
    height: 18px;
    background-color: chartreuse;
    text-align: center;
    border: 1px solid darkgray;
    top: 11px;
    z-index: 1;
    left: 15px;
    border-radius: 0px 8px 8px 8px;
}
.taskDocumentsHeader span {
    float: right;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}
.taskDocumentsHeader div {
    float: right;
    width: 1px;
    height: 5px;
}
.taskDocListItem a, .taskDocListItem a:hover,
.taskDocListItem a:active, .taskDocListItem a:visited {
    color: darkslategray;
    text-decoration: underline;
}
.taskPhotoDocumentsItems img {
    width: 60px;
    margin: 0px auto;
}
.taskPhotoDelete {
    text-align: center;
    cursor: pointer;
    color: #0c6644 !important;
    text-decoration: underline;
    font-size: 12px;
}
.showDayListTable {
	display: table;
	width: 320px;
	margin: 0px 5px;
        user-select: none;
}
.showDayListRow {
	display: table-row;
}
.showDayListCell1 {
	display: table-cell;
    width: 40px;
	text-align: center;
}
.showDayListCell2 {
	position: relative;
	display: table-cell;
	border-left: 1px solid lightgray;
}
.bb {
	border-bottom: 1px solid lightgray;
}
.oc3 {
	width: 350px;
}
.dayListContainer {
    overflow-y: auto;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
    bottom: 25px;
}
.dayHourTask1111 {
    position: absolute;
    width: 120px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #9c9c9c;
    border-bottom: 3px solid #9c9c9c;
    background-color: beige;
    padding: 0px 5px;
    font-size: 12px;
    left: 5px;
    top: 0px;
    cursor: url(/img/arrow-move-icon2.png), auto;
    user-select: none;
    z-index: 2;
}
.dayHourTask {
    position: absolute;
    width: 120px;
    height: 20px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    border: 1px solid #9c9c9c;
    /*border-bottom: 3px solid #9c9c9c;*/
    background-color: beige;
    padding: 0px 5px;
    font-size: 9px;
    left: 5px;
    top: 0px;
    cursor: url(/img/arrow-move-icon2.png), auto;
    user-select: none;
    z-index: 2;
}
.dayHourTaskHandler {
    background-color: gray;
    width: 100%;
    height: 5px;
    bottom: 0px !important;
}
.currentHour {
	background-image: url(/img/currentHourBG.png);
    background-repeat: no-repeat;
    background-position-y: 3px;
}
.goTalk {
    cursor: pointer;
    border-bottom: 1px dashed gray;
}
.taskUserListContainer {
	overflow-y: auto;
    height: 228px;
}
.taskUserListMenuItemRole {
    text-align: center;
    text-shadow: 1px 1px 1px grey;
}
#organizerFilter {
    margin-top: 10px;
}
#organizerFilterHeader,#organizerFilter1Header {
    text-align: center;
    text-shadow: 1px 1px 1px grey;
    letter-spacing: 1px;
    background-color: #e0e0e0;
    margin-right: 5px;
}
.organizerFilterItem {
}
.organizerFilterItemRadio,.organizerFilter1ItemRadio {
    background-image: url(/img/Check-3a-icon-32.png);
    display: inline-block;
    width: 17px;
    height: 13px;
    margin: 2px 5px 0px 5px;
    vertical-align: text-top;
    cursor: pointer;
}
.organizerFilterItemRadioInactive,.organizerFilter1ItemRadioInactive {
    background-position-x: -19px;
}
.orgContextGreen {
	display: inline-block;
	background-color: green;
	width: 30px;
	height: 12px;
	margin-right: 10px;
}
.orgContextRed {
	display: inline-block;
	background-color: red;
	width: 30px;
	height: 12px;
	margin-right: 10px;
}
.orgContextYellow {
	display: inline-block;
	background-color: yellow;
	width: 30px;
	height: 12px;
	margin-right: 10px;
}
.orgContextGray {
	display: inline-block;
	background-color: lightgray;
	width: 30px;
	height: 12px;
	margin-right: 10px;
}
.context-menu-icon-angle-double-right {
    background-image: url(/Classes/context/black/png/16/angle-double-right.png);
    background-repeat: no-repeat;
    background-position-x: 7px;
    background-position-y: 2px;
}
.context-menu-item,.context-menu-list {
	background-color: #f1f1f1 !important;
}
.context-menu-item.context-menu-hover{
	background-color:#2980b9 !important;
}
[data-notify="container"][class*="alert-pastel-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-left: 15px solid rgb(255, 240, 106);
	border-radius: 0px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-family: 'Old Standard TT', serif;
	letter-spacing: 1px;
}
[data-notify="container"].alert-pastel-info {
	border-left-color: rgb(255, 179, 40);
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="title"] {
	color: rgb(80, 80, 57);
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
}
[data-notify="container"][class*="alert-pastel-"] > [data-notify="message"] {
	font-weight: 400;
}
.taskStatusContainer {
	margin-bottom: 2px;
}
.taskPrioritet,.taskStatus {
    margin-right: 15px;
    padding: 1px 10px;
    border-radius: 10px;
    cursor: context-menu;
}
.tpr0 {background-color: darkgray;color: white;}
.tpr1 {background-color: green;color: white;}
.tpr2 {background-color: red;color: white;}
.tpr3 {background-color: yellow;color: black; border: 1px solid gray;}
.tps0,.tps1,.tps2,.tps3,.tps4,.taskDocStatus {
    color: white;
    background-color: cadetblue;
    padding: 1px 10px;
    border-radius: 10px;
    cursor: pointer;
}
.taskOverdue {
    padding: 1px 10px;
    margin-right: 15px;
    color: red;
    border: 1px solid red;
    background-color: white;
    border-radius: 10px;
}
span.taxdonotdrag {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
.warnDocLink, .warnDocLink:link, .warnDocLink:visited {
    color: #0c6644;
    text-decoration: none;
    border: 1px solid gray;
    padding: 0px 10px;
    box-shadow: 1px 1px 2px grey;
    border-radius: 10px;
}
.warnDocLink:hover {
    /*text-decoration: underline;
    text-decoration-style: dashed;*/
    background-color: #e4e4e4;
}
.taskDocStatusWarn0 {background-color: red;color: white;padding: 1px 10px;border-radius: 10px;text-shadow: 1px 1px 1px darkgrey;}
.taskDocStatusWarn1 {background-color: red;color: white;padding: 1px 10px;border-radius: 10px;text-shadow: 1px 1px 1px darkgrey;}
.taskDocStatusWarn2 {
    background-color: yellow;
    color: black;
    padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid gray;
}
.taskDocStatusWarn3 {
    background-color: lawngreen;
    color: black;
    padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid gray;
}
.taskDocStatusWarn4 {
    background-color: cornsilk;
    color: black;
    padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid gray;
}
.taskDocStatusWarn5 {
    background-color: #add;
    color: black;
    padding: 1px 10px;
    border-radius: 10px;
    border: 1px solid gray;
}
.taskDocStatusWarn6 {background-color: red;color: white;padding: 1px 10px;border-radius: 10px;text-shadow: 1px 1px 1px darkgrey;}
.warningObjectInfo {
    padding-left: 20px;
    font-style: italic;
}
.avatarOrgWarn {
    width: 20px;
    height: 20px;
}
.pov1 {
    background-color: lime;
    padding: 0px 5px;
    border-radius: 10px;
    border: 1px solid gray;
}
.pov2 {
    background-color: lightpink;
    padding: 0px 5px;
    border-radius: 10px;
    border: 1px solid gray;
}
.pov3 {
    background-color: cornsilk;
    padding: 0px 5px;
    border-radius: 10px;
    border: 1px solid gray;
}
.pov4 {
    background-color: cornsilk;
    padding: 0px 5px;
    border-radius: 10px;
    border: 1px solid gray;
}
.novdinfo, .novdinfo:hover, .novdinfo:visited, .novdinfo:link {
    color: #0c6644;
}
