.x-date-action[actioncount="0"] {
	background-color: white;
}

.x-date-action[actioncount="1"] {
	background-color: #CFC;
}

.x-date-action[actioncount="2"] {
	background-color: #FFC;
}

.x-date-action[actioncount="max"] {
	background-color: #FCC;
}

.x-eq-date-action[ratio="0"] {
	background-color: #CFC;
}

.x-eq-date-action[ratio="1"] {
	background-color: #FFC;
}

.x-eq-date-action[ratio="max"] {
	background-color: #FCC;
}

.x-person-date-action[color="red"] {
	background-color: #FCC;
}

.x-person-date-action[color="yellow"] {
	background-color: #FFC;
}

.x-person-date-action[color="green"] {
	background-color: #CFC;
}

.x-car-date-action[color="red"] {
	background-color: #FCC;
}

.x-car-date-action[color="yellow"] {
	background-color: #FFC;
}

.x-car-date-action[color="green"] {
	background-color: #CFC;
}

.x-simplegrid-body {
	overflow: auto;
}

.x-simplegrid-row-table {
	table-layout: fixed;
	width: 100%;
}

.x-simplegrid-cell {
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

.x-grid3-rowgroup-type-1 .x-grid3-row {
	background-color: #CCC !important;
}

.x-grid3-rowgroup-type-2 .x-grid3-row {
	background-color: #ADD !important;
}

.x-grid3-rowgroup-type-3 .x-grid3-row {
	background-color: #DDA !important;
}

div[class*=x-grid3-rowgroup-type] + div:not([class*=x-grid3-rowgroup-type]){
	margin-top: 24px;
	border-top: 1px solid #88C;
}

.x-grid3-rowgroupheader {
	border-style: solid;
	border-color: #AAD;
	border-bottom-color: white;
	border-width: 0px 0px 1px 0px;
	padding-top: 2px;
	padding-bottom: 1px;
}

.x-grid3-row {
	border-width: 1px 0px 1px 0px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.x-grid3-row-selected,
.x-grid3-rowgroup-selected > .x-grid3-rowgroupheader {
	border-style: solid !important;
	border-color: darkred !important;
	border-width: 2px 0px 2px 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.x-grid3-row-personslist-todayfree, .x4-grid-custom-row-person-absent-true td {
	background-color: #DDD;
}

.x-grid3-row-personslist-othertodaybusy, .x4-grid-custom-row-person-available-false td {
	background-color: #FF4;
}

.x-grid3-row-personslist-currentallbusy {
	background-color: #DFD;
}

.x-grid3-row-personslist-otherallbusy {
	background-color: #FDD;
}

.x-grid3-row-personslist-anybusy {
	background-color: #FFA;
}

.x-grid3-row-equipment-amount-low {
	background-color: #FFA;
}

.x-grid3-row-equipment-new {
	background-color: #AFA;
}

.x-grid3-row-doubleselection-added {
	background-color: #FAA !important;
}

.x-grid3-row-doubleselection-changing {
	background-color: #AFA !important; 
}

.x-grid3-row-equipment-lack {
	background-color: #FFA !important;
}

.x-grid3-row-equipmentdayaction-repair {
	background-color: #DDD !important;
}

.x-grid3-row-equipmentdayaction-repair td {
	font-style: italic;
}

.x-grid3-row-equipmentdayaction-partial {
	background-color: #FFA !important;
}

.x-grid3-row-equipmentdayaction-lack {
	background-color: #FDD !important;
}

.x-grid3-row-equipmentdayaction-manual td {
	font-weight: bold !important;
}

.x-grid3-row-persondayaction-vacation, .x-grid3-row-cars-driver-vacation {
	background-color: #DDD !important;
}

.x-grid3-row-persondayaction-vacation td {
	font-style: italic;
}

.x-grid3-row-cardayaction-carsrepairs {
	background-color: #DDD !important;
}

.x-grid3-row-cardayaction-carsrepairs, .x-grid3-row-cardayaction-carsother td {
	font-style: italic;
}

.x-grid3-row-mark-deleted, .x4-grid-custom-row-person-deleted-true td {
	font-style: italic;
	color: #888;
}

.x-grid3-row-mark-deleted .x-grid3-col-0 {
	padding-left: 1em;
}

.x-grid3-row-actionpersons-deleted,
.x-grid3-row-actioncars-deleted {
	text-decoration: line-through;
}

.x-grid3-row-doubleselection-changing.x-grid3-row-doubleselection-added {
	background-color: #F44 !important;
}

.x-grid3-row-outofrange {
	background-color: #DDD
}

.x-grid3-cell-persons-otherbusy-value-true {
	color: #A80;
}

.x-grid3-cell-persons-otherbusy-value-false {
	color: #0F0;
}

.x-grid3-cell-persons-ismain-value-true {
	color: #A00;
}

.x-login-div {
	font-family: arial, tahoma, helvetica, sans-serif;
	margin: 7em auto;
	width: 30em;
	padding: 0;
}

.x-login-form {
        background: none repeat scroll 0 0 white;
        border: 1px solid #DDD;
        border-radius: 3px;
        box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
	padding: 1.5em;
	overflow: hidden;
}

.x-login-form input[type="text"], .x-login-form input[type="password"], .x-login-form input[type="submit"] {
	background: none repeat scroll 0 0 #EEE;
	border: 1px solid #BBB;
        box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
        padding: 0.1em;
	margin-left: 0;
	margin-right: 1em;
	width: 100%;
	font-size: 1.5em;
}

.x-login-form input[type="checkbox"] {
	width: 1em;
	height: 1em;
}

.x-login-form .x-p-submit {
	float: right;
	width: 100px;
	margin-bottom: 0.25em;
}

.x-login-form #submit {
	border: 1px solid #BBB;
	border-radius: 12px;
	font-size: 1.25em;
}

.x-login-form p {
	margin-bottom: 1em;
}

.x-userscombo-list-item-disabled {
	color: #888;
}

.x-multicombo-list-item-checked {
	font-weight: bold;
}

.x-toolbar .x-form-check-wrap {
	margin-left: 15px;
	margin-right: 5px;
}

.x-grid3-rowgroupheader {
	background-color: #AAD;
	color: white;
	font-weight: bold;
	margin: 0px;
	font-family: arial,tahoma,helvetica,sans-serif;
	font-size: 11px;
	cursor: default;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	overflow: auto;
}

.x-grid3-rowgroupheader-spacer {
	float: left;
	height: 16px;
}

.x-grid3-rowgroupheader img {
	margin: 1px;
	height: 16px;
	width: 16px;
	float: left;
}

.x-grid3-rowgroupheader-expanded img {
	background-image: url("../images/minus.png");
}

.x-grid3-rowgroupheader-collapsed img {
	background-image: url("../images/plus.png");
}

.x-grid3-rowgroupheader-caption {
	float: left;
	padding: 3px;
}

.x-btn-shift-active {
	background-color: #AAAADD;
}

.x-grid3-custom-row-shift, .x4-grid-custom-row-shift td {
	background-color: #AAD;
	color: white;
	font-weight: bold;
}

.x-grid3-custom-row-shift-inactive, .x4-grid-custom-row-shift-inactive td {
	background-color: #DAA;
}

.x4-grid-custom-row-shift-active > .x4-grid-cell, .x4-grid-custom-row-shift-active td {
	font-weight: bold;
}

.x4-formquickpanelevent {
	border-top-width: 2px;
	border-top-style: solid;
	border-left: 2px #1B376C solid;
}

.x4-formquickpanelevent-body {
	background-color: #F0F6FF;
}

.x4-colordatepicker-date {
	border-bottom: 2px #1B376C solid !important; 
	border-left: 2px #1B376C solid !important;
}

.x4-colordatepicker-person {
	border-top: 2px #1B376C solid !important;
	border-left: 2px #1B376C solid !important;
}

.x4-formquickshift-formquickperson-main {
	border-left: 2px #1B376C solid !important;
}

.x4-grid-person-event {
	border-left: 2px #1B376C solid !important;
}

.x4-formquickshift-panel-person {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.x4-formquickperson-headercontainer {
	border-top-width: 2px !important;
	border-top-style: solid;
}

.x4-splitter-quick {
	border-top: 2px solid #1B376C !important;
	border-bottom: 2px solid #1B376C !important;
}

.x-list-operations {
	list-style-type: disc;
	list-style-position: inside;
}

.x-list-operations li {
	font-weight: bold;
}
