﻿body {
	padding-top: 0;
	background-color: #b3b3b3;
	height: 100%;
	min-height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

/*****************************/
/***** Prism Works Style *****/
/*****************************/

#pwTabs {
	margin: 5px;
	height: 100%;
}

.pwTab {
	height: 100%;
	border: 0 !important;
	padding-bottom: 1px !important;
	min-height: 100%;
}

	.pwTab .k-block {
		padding: 0;
		-ms-border-radius: 0 !important;
		border-radius: 0 !important;
	}

.pwTabContent {
	height: 100%;
	border: 0 !important;
	min-height: 100%;
}

	.pwTabContent .k-block {
		padding: 0;
	}

#pwTabs > div > .pwTab > div {
	padding: 0;
}

.pwSplitter {
	border: 0 !important;
	height: 100% !important;
}

.pwPanelBar > .k-panelbar {
	border-bottom: 0 !important;
	border-top: 0 !important;
}

.pwPanelBar {
	padding: 10px !important;
}

.pwBlockAdd {
	border: 0 !important;
	height: 40px;
	width: 100%;
	padding: 0 !important;
}

.pwBlockLegend {
	display: none;
	margin-top: 10px;
	margin-right: 10px !important;
	width: 100%;
	height: 100%;
	color: white; /* Цвет текста */
	-ms-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: white;
	-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
	box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
}

.pwBlockLegendBorder {
	border: 1px solid #ccc;
}

.pwGrid {
	height: 100% !important;
	font-size: 12px;
}

.pwGridOs {
	height: 100% !important;
	font-size: 12px;
}

.pwGridCor {
	height: 300px;
	font-size: 11px;
}

.pwGridHistory {
	height: 100%;
	font-size: 12px;
}

    .pwGridHistory > .k-grid-content {
        height: auto !important;
        min-height: 200px;
    }

    .pwGridRef {
        height: 100% !important;
        font-size: 12px;
    }

.pwGridTask {
	height: 100% !important;
	font-size: 12px;
}

#pwOne {
	float: left;
	width: 50%;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 100px;
	-ms-min-width: 100px;
	-o-min-width: 100px;
	-webkit-min-width: 100px;
	min-width: 100px;
}

#pwTwo {
	float: left;
	width: 200px;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
}

#pwThree {
	float: left;
	width: 100px;
	padding-left: 0;
	-moz-min-width: 100px;
	-ms-min-width: 100px;
	-o-min-width: 100px;
	-webkit-min-width: 100px;
	min-width: 100px;
}

#pwFour {
	float: right;
	width: auto;
	-moz-min-width: 100px;
	-ms-min-width: 100px;
	-o-min-width: 100px;
	-webkit-min-width: 100px;
	min-width: 100px;
}

#pwFour2 {
	float: right;
	width: auto;
}

#pwSix {
	position: relative;
	z-index: 999;
	height: 28px;
	float: right;
	width: 54px;
}

.pwButtonReload {
	height: 32px;
	float: right;
	width: 30px;
}

.pwContent {
	margin: 0;
	width: auto;
}

.pwStatusbar {
	margin: 0;
	height: 18px;
	padding-top: 2px !important;
	border-width: thin;
	font-size: 12px;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
	border-bottom-width: 0 !important;
	border-right-width: 0 !important;
	border-left: 0 !important;
}

.pwContentLeft {
	width: 100px;
	border-left: 0 !important;
	vertical-align: top;
}

.pwContentRight {
	border: 0;
	border-right: 0 !important;
}

.pwTable {
	width: 100%;
	padding: 0;
	border-left-width: 0;
}

	.pwTable th, td {
		padding: 0;
		border: 0;
		border-top-width: 0 !important;
		border-color: ActiveBorder;
		border-left-color: #c5c5c5 !important;
	}

.pwFloat {
	float: left;
	margin-left: 30px;
}

.pwLine {
	height: 13px;
	width: 1px;
	border-bottom: 0;
	border-top: 0;
	border-left: 1px grey solid;
	border-left-width: thin;
	margin-left: 30px;
}

.pwPage {
    height: auto;
    min-height: 1200px;
    width: 900px;
    margin: 20px auto;
    background-color: white;
    padding: 1px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .2);
    padding: 30px;
}

.pwPageScrollable {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.pwPageScrollable1 {
	width: 100%;
	height: 500px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.pwPageScrollable410 {
	width: 100%;
	height: 410px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

.pwGrid > .k-grid-footer {
	border-bottom: 0 !important;
}

.pwGridOs > .k-grid-footer {
	border-bottom: 0 !important;
}

.pwGridRef > .k-grid-footer {
	border-bottom: 0 !important;
}

.pwGridTask > .k-grid-footer {
	border-bottom: 0 !important;
}

.pwGrid > .k-grid-footer > .k-grid-footer-wrap {
	visibility: hidden;
	height: 0;
	border: 0 !important;
}

.pwDocTable {
	width: 100%;
	font-size: 12px;
}

	.pwDocTable tr td {
		height: 35px;
		border: 0 !important;
	}

.pwDocTable2 {
	width: 100%;
	font-size: 12px;
}

	.pwDocTable2 tr td {
		height: auto;
		border: 0 !important;
		padding-top: 2px;
		padding-bottom: 2px;
        white-space: initial;
	}

.pwWidth100 {
	width: 100% !important;
}

.pwWidthAuto {
	width: fit-content !important;
	width: -moz-available !important;
}

.pwTextBoxReadonly {
	background-color: rgb(231, 229, 229) !important;
}

	.pwTextBoxReadonly > div {
		background-color: rgb(231, 229, 229) !important;
	}

		.pwTextBoxReadonly > div > input {
			background-color: rgb(231, 229, 229) !important;
		}

.pwTextArea {
	min-height: 65px;
	height: 65px;
	max-height: 65px;
}

	.pwTextArea > textarea {
		min-height: 61px !important;
		height: 61px !important;
		max-height: 61px !important;
	}

	.pwWinContentRight2 > .pwTextArea > textarea {
		min-height: 59px !important;
		height: 59px !important;
		max-height: 59px !important;
	}

.pwTaskTree {
	font-size: 12px !important;
	height: 100%;
    overflow: unset !important;
}

	.pwTaskTree * {
		table-layout: auto !important;
		border-collapse: collapse !important;
	}

.pwTaskTree2 {
	font-size: 12px !important;
	height: 256px;
	width: 960px;
}

	.pwTaskTree2 * {
		table-layout: auto !important;
		border-collapse: collapse !important;
	}

.pwActivityStyle {
	border: 1px #cbc9c9 solid;
	border-width: thin;
}

	.pwActivityStyle > tr {
		border: 1px #cbc9c9 solid;
		border-width: thin;
	}

	.pwActivityStyle > td {
		border: 1px #cbc9c9 solid;
		border-width: thin;
		padding: 4px;
	}

.pwTaskStyle {
	border: 1px #cbc9c9 solid;
	border-width: thin;
}

	.pwTaskStyle > tr {
		border: 1px #cbc9c9 solid;
		border-width: thin;
	}

	.pwTaskStyle > td {
		border: 1px #cbc9c9 solid;
		border-width: thin;
		padding: 4px;
	}

.pwTaskStyleIsResponsible img {
	margin-top: -5px;
	margin-right: -5px;
    float: right;
}

.pwTaskStyleIsResponsibleX img {
	margin-top: -10px;
	margin-left: 5px;
}

.pwTaskStyleIsResponsible {
	/*border: 0 !important;*/
	padding: 0 !important;
	vertical-align: top;
}

.pwTaskStyleIsResponsible2 {
	padding: 4px !important;
}

.pwTaskStyleIsResponsible3 {
	/*width: 379px !important;*/
}

.pwTaskStyleIsResponsible4 {
	/*width: 400px !important;*/
}

.pwIsMineLine {
	font-weight: bold;
}

.k-detail-cell {
	border: 1px #C5C5C5 solid !important;
	border-width: thin !important;
}

.pwButtonTask {
	width: 150px !important;
}

	.pwButtonTask > img {
		vertical-align: text-bottom !important;
		height: 16px;
		width: 16px;
	}

li.k-button {
	text-align: left;
}

/*****************************/
/***** File Uploader Str *****/
/*****************************/

.file-icon {
	display: inline-block;
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 2px;
}

.img-file {
	background-image: url(../content/images/ext/jpg.png);
}

.avi-file {
	background-image: url(../content/images/ext/avi.png);
}

.mp3-file {
	background-image: url(../content/images/ext/mp3.png);
}

.doc-file {
	background-image: url(../content/images/ext/docx.png);
}

.pdf-file {
	background-image: url(../content/images/ext/pdf.png);
}

.xls-file {
	background-image: url(../content/images/ext/xlsx.png);
}

.ppt-file {
	background-image: url(../content/images/ext/pptx.png);
}

.zip-file {
	background-image: url(../content/images/ext/zip.png);
}

.default-file {
	background-image: url(../content/images/ext/default.png);
}

.file-heading {
	display: inline-block;
	float: left;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	line-height: 1.8;
	margin-left: 5px;
	cursor: pointer;
}

.file-name-heading {
	font-weight: normal;
	color: rgb(78, 77, 77);
}

li.k-file .file-wrapper .k-upload-action {
	position: absolute;
	top: 0px;
	right: 0;
}

.file-size-heading {
	display: inline-block;
	float: left;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	height: 20px;
	line-height: 1.8;
	margin-left: 5px;
	color: rgb(173, 173, 173);
}

li.k-file div.file-wrapper {
	position: relative;
	height: 20px;
}

.file-edit {
	position: absolute;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 30px;
	background-image: url(../content/images/ext/edit.png);
	height: 16px;
	width: 16px;
	border: none;
	padding: 0 !important;
	cursor: pointer;
}
.file-stamp {
	position: absolute;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 35px;
	background-image: url(../content/images/ext/stamp1.png);
	height: 16px;
	width: 16px;
	border: none;
	padding: 0 !important;
	cursor: pointer;
}
.file-download {
	position: absolute;
	background-color: transparent;
	margin-top: 0px;
	margin-left: 10px;
	background-image: url(../content/images/ext/download.png);
	height: 16px;
	width: 16px;
	border: none;
	padding: 0 !important;
	cursor: pointer;
}

/*****************************/
/***** File Uploader End *****/
/*****************************/

/*****************************/
/***** Bitton CSS3 Start *****/
/*****************************/

.pwBtn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 12px 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
}

	.pwBtn:after {
		content: '';
		position: absolute;
		z-index: -1;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}

	.pwBtn:before,
	.icon-heart:after,
	.icon-star:after,
	.icon-plus:after,
	.icon-file:before {
		speak: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		position: relative;
		-webkit-font-smoothing: antialiased;
	}

.icon-cart:before {
	content: url("images/card2.png");
	margin-top: 20px;
}

.icon-cart-2:before {
	content: url("images/tasks2.png");
	margin-top: 20px;
}

.icon-cart-3:before {
	content: url("images/lists2.png");
	margin-top: 20px;
}

.icon-cart-4:before {
	content: url("images/history2.png");
	margin-top: 20px;
}

.icon-cart-52:before {
	content: url("images/esedo482.png");
	margin-top: 20px;
}

.icon-cart-5:before {
	content: url("images/listsX2.png");
	margin-top: 20px;
}

.icon-cart-6:before {
	content: url("images/exec2.png");
	margin-top: 20px;
}

/* Button 5 */
.pwBtn-5 {
	background: transparent;
	color: black;
	height: 66px;
	width: 79px;
	line-height: 24px;
	font-size: 12px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	border-bottom: 1px rgb(178, 178, 178) solid;
	border-bottom-width: thin;
}

	.pwBtn-5:active {
		background: transparent;
		top: 2px;
	}

	.pwBtn-5 span {
		display: inline-block;
		width: 100%;
		height: 100%;
		-webkit-transition: all 0.3s;
		-webkit-backface-visibility: hidden;
		-moz-transition: all 0.3s;
		-moz-backface-visibility: hidden;
		transition: all 0.3s;
		backface-visibility: hidden;
		padding-top: 8px;
		padding-left: 14px;
	}

	.pwBtn-5:before {
		position: absolute;
		height: 100%;
		width: 100%;
		line-height: 2.5;
		font-size: 180%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		padding-left: 14px;
	}

	.pwBtn-5:active:before {
		color: #703b87;
	}

/* Button 5a */
.pwBtn-5a:hover span {
	-webkit-transform: translateY(300%);
	-moz-transform: translateY(300%);
	-ms-transform: translateY(300%);
	transform: translateY(300%);
}

.pwBtn-5a:before {
	left: 0;
	top: -100%;
}

.pwBtn-5a:hover:before {
	top: 0;
}

/*****************************/
/****** Bitton CSS3 End ******/
/*****************************/

.pwButtonClose {
	border: 0;
	background-color: transparent;
	margin-left: 5px;
	background-image: url(../content/images/close.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	padding: 0;
}

.k-multiselect-wrap > .k-input {
	color: #aaa9a9; /* specify the default input color */
}

	.k-multiselect-wrap > .k-input:focus {
		color: black; /* specify the focused input color */
	}

.k-window-titlebar {
	font-size: 14px !important;
}

.pwWinTitle {
	height: 30px;
	padding: 5px;
}

.pwWinContent {
	font-size: 12px;
	height: 50px;
	margin-left: 120px;
	overflow: auto;
	padding: 5px;
	margin-top: 7px;
}

.pwWinContent2 {
	font-size: 12px;
	height: 100%;
	padding: 5px;
	margin-top: 13px;
	padding-left: 17px;
}

.pwWinContent3 {
	font-size: 12px;
	height: 0px;
	padding: 5px;
	margin-top: 13px;
	padding-left: 17px;
}

.pwWinContent4 {
	font-size: 12px;
	height: 100%;
	padding-left: 17px;
}


.pwWinFooter {
	/*position:absolute;
	height: 30px;
	width: 100%;
	right: 0;
	padding: 0 10px;*/
}

.pwWinButton {
	width: 120px;
	float: right;
	margin: 0 5px !important;
	margin-top: 13px !important;
}

.pwWinTitleIconOnJob {
	background-image: url("images/windows/onjob.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconExecute {
	background-image: url("images/windows/execute.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconExecuteEx {
	background-image: url("images/windows/light.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconMail {
	background-image: url("images/windows/mail.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconEsedo {
	background-image: url("images/esedo32.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconReject {
	background-image: url("images/windows/reject.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconReassignment {
	background-image: url("images/windows/reassignment.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconResolution {
	background-image: url("images/windows/resolution.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconSave {
	background-image: url("images/windows/save.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconSend {
	background-image: url("images/windows/send.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconReg {
	background-image: url("images/windows/reg.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconExe {
	background-image: url("images/windows/execute.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconDel {
	background-image: url("images/windows/del.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconWarning {
	background-image: url("images/windows/warning.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconEdit {
	background-image: url("images/windows/edit.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconReject2 {
	background-image: url("images/windows/reject2.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconBuild {
	background-image: url("images/windows/build.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconAgr {
	background-image: url("images/windows/agr.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleIconSig {
	background-image: url("images/windows/sig.png");
	height: 32px;
	width: 32px;
	float: left;
	margin: 5px 20px 10px 10px;
}

.pwWinTitleText {
	float: left;
	margin-top: 12px;
}

.pwWinContentLeft {
	width: 150px;
	float: left;
}

.pwWinContentRight {
	width: 150px;
	float: left;
	font-weight: bold;
}

.pwWinContentLeft2 {
	width: 120px;
	float: left;
	margin-top: 4px;
}

.pwWinContentRight2 {
	width: 390px;
	float: left;
}

.pwWinContentLine2 {
	width: 510px;
	height: 75px;
}

.pwWinContentLine1 {
	width: 510px;
	min-height: 100%;
	overflow: hidden;
}

.pwWinContentLine2 > .pwWinContentLeft2 {
	margin-top: 24px;
}

.pwToolbar {
	height: auto;
	width: 961px;
	margin: 10px auto;
	height: 44px;
	margin-bottom: -20px;
}

.pwToolbarItem {
	float: left;
	margin-left: 10px;
}

.pwToolbarButton {
	width: 31px;
	border-width: 0 !important;
}

.pwToolbarButtonTitle {
	margin-left: 28px;
	font-size: 12px !important;
}

.pwToolbarButtonSave {
	background-image: url("images/commands/doc_save.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonRegister {
	background-image: url("images/commands/doc_register.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonReview {
	background-image: url("images/commands/doc_review.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonExecute {
	background-image: url("images/commands/doc_execute.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonExecuteEx {
	background-image: url("images/commands/light.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonPrint {
	background-image: url("images/commands/doc_print.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}



.pwToolbarButtonOnjob {
	background-image: url("images/commands/doc_onjob.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonMail {
	background-image: url("images/commands/doc_mail.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonEsedo {
	background-image: url("images/esedo.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonBuild {
	background-image: url("images/commands/doc_build.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonSend {
	background-image: url("images/commands/doc_review.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonReturn {
	background-image: url("images/commands/doc_return.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonEdit {
	background-image: url("images/commands/task_edit.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonDelete {
	background-image: url("images/commands/task_delete.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonResolution {
	background-image: url("images/commands/task_Resolution.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonReasigment {
	background-image: url("images/commands/task_Reasigment.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonAgr {
	background-image: url("images/commands/prj_agr.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwToolbarButtonSig {
	background-image: url("images/commands/prj_sig.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskCommandPrjAdd {
	background-image: url("images/commands/task_Project.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonOnJob {
	background-image: url("images/commands/task_onJob.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonRes {
	background-image: url("images/commands/task_Resolution.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonRea {
	background-image: url("images/commands/task_onJob.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonExe {
	background-image: url("images/commands/task_execute.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonAgr {
	background-image: url("images/commands/task_execute.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonSig {
	background-image: url("images/commands/task_execute.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonTrn {
	background-image: url("images/commands/task_onJob.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskButtonRej {
	background-image: url("images/commands/task_ExecuteFalse.png");
	background-repeat: no-repeat;
	display: inline-block;
	position: absolute;
	margin-top: -2px;
	width: 24px !important;
	height: 24px !important;
}

.pwTaskCommandWrapper {
	margin-left: 4px;
	margin-bottom: 5px;
	margin-top: 3px;
}

.pwRefAdd {
	position: absolute;
}

.pwEditRef {
	margin: 0 10px;
	font-size: 12px !important;
}

	.pwEditRef > dd > input {
		width: 100% !important;
	}

.pwGridHistory tbody tr {
	height: 22px;
}

.pwGridHistory td {
	white-space: nowrap;
}

.pwPageReport {
	background-color: #FFFFFF;
        padding: 30px;

}

.pwLabel {
	color: grey;
}

.k-widget.k-tooltip-validation {
	display: flex;
	position: absolute;
	background-color: white !important;
	border-color: transparent !important;
	color: red !important;
	-webkit-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
	left: -7px;
	top: -3px;
	font-weight: bold;
}

.k-warning {
	display: none !important;
}

.pwProfileTable td {
	padding: 5px;
}

.pwProfileTable input[type="password"] {
	border: 1px solid #C7D0D2;
	border-radius: 2px;
	box-shadow: 0 1.5px 3px rgba(190, 190, 190, 0.4) inset, 0 0 0 5px #F5F7F8;
	color: #777777;
	height: 35px;
	margin: 0px 0px 0px 0px;
	padding-left: 10px;
	transition: all 0.4s ease 0s;
	width: 290px;
}

.pwButtonProfile {
	width: 100%;
	height: 40px;
}

.pwButtonProfileLogOn {
	width: 303px;
	height: 40px;
	margin: 12px 10px 10px 18px;
}

.pwFooter {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	padding-bottom: 5px;
	font-size: 10px;
}

	.pwFooter a {
		text-decoration: none;
		color: #36393B;
	}

.pwCorrespondents {
	float: right;
	position: absolute;
	right: -2px;
	top: -26px;
}

.pwCorFindText {
	width: 556px !important;
}

.pwOs {
	font-size: 12px;
	background: white !important;
	border: 1px solid #C5C5C5 !important;
	margin-top: 10px;
}

.pwUnitsPage {
	font-size: 12px;
	border: 1px solid #C5C5C5 !important;
}

.pwUnitsHeader {
	font-size: 14px;
	border-bottom: 1px solid #C5C5C5 !important;
	padding: 13px 10px;
	font-weight: bold;
}

.pwUnitsContent {
	background: white !important;
	padding: 10px;
	padding-bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.pwUnitsFooter {
	margin-top: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-right: 10px !important;
	margin-left: -11px !important;
	margin-right: -11px !important;
	margin-bottom: 0 !important;
	border: 0 transparent none !important;
	border-top: 1px solid #C5C5C5 !important;
	border-right: 1px solid #C5C5C5 !important;
	border-left: 1px solid #C5C5C5 !important;
	clear: both !important;
	text-align: right !important;
}

.pwUnitsContent > table {
	width: 100%;
}

.pwUnitsContent td {
	padding: 3px 0px !important;
}

.pwUnitsEmployee {
	border: 0 transparent none !important;
}

.pwEmployeeContent {
	padding: 10px 0 0 0;
}

#pwEmployeeContentWrapper {
	overflow: auto;
	margin-right: -11px;
	padding-right: 10px;
}

#pwEmployeeContentWrapper1 {
	overflow: auto;
	margin-right: -11px;
	padding-right: 10px;
}

.pwEmployeeContent > table {
	width: 100%;
}

.pwEmployeeContent td {
	padding: 3px 0px !important;
}

.pwEmployeeFooter {
	margin-top: 10px !important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	padding-right: 10px !important;
	margin-left: -11px !important;
	margin-right: -11px !important;
	margin-bottom: -3px !important;
	border: 0 transparent none !important;
	border-top: 1px solid #C5C5C5 !important;
	clear: both !important;
	text-align: right !important;
}

.pwMemuVer > span > span {
	visibility: collapse;
	height: 0;
	width: 0;
}

.pwMemuVer > span {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 37px !important;
}

    .pwMemuVer > span > img {
        margin-top: 5px !important;
    }

  .customClass
	{
        /*background-color:red !important;*/
        font-weight: 700  !important;
    }

.k-dropzone {
	padding: 9px 0 !important;
}

#pwFourX {
	height: 30px;
	position: absolute;
	right: 11px;
	top: 9px;
	width: 67px;
	z-index: 1;
}

.k-grid table tr.k-state-selected
{
    background: 	#8ADCFC; /*#33CCCC;*/
    color: #000;
}

#pwReport1 {
	float: left;
	width: 60px;
	padding-left: 0;
	padding-right: 15px;
	margin-top: 7px;
}

#pwReport2 {
	float: left;
	width: 150px;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
}

#pwReport3 {
	float: left;
	width: 60px;
	padding-left: 0;
	padding-right: 15px;
	margin-top: 7px;
}

#pwReport4 {
	float: left;
	width: 150px;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
}

#pwReport5 {
	float: left;
	width: 200px;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
}

#pwReport6 {
	float: right;
	width: 100px;
	padding-left: 0;
	padding-right: 15px;
	-moz-min-width: 70px;
	-ms-min-width: 70px;
	-o-min-width: 70px;
	-webkit-min-width: 70px;
	min-width: 70px;
}

.k-grid td{
    white-space: nowrap;
}

.grid-filter-header > span > span {
	width: 70%;
}

#pwValidWindowContent {
	background: url("images/val.png") no-repeat scroll 0 0;
    height: 50px;
    padding-left: 65px;
    display: table-cell;
	vertical-align: middle;
}

#pwValidWindowButtons {
	margin: 25px 5px 5px;
}
#pwValidWindowButtons > button {
	width: 100px;
	float: right;
}

#pwInvalidWindowContent {
	background: url("images/inv.png") no-repeat scroll 0 0;
    height: 50px;
    padding-left: 65px;
    display: table-cell;
	vertical-align: middle;
}

#pwInvalidWindowButtons {
	margin: 15px 5px 5px;
}
#pwInvalidWindowButtons > button {
	width: 100px;
	float: right;
}

#pwInvalidWindowText {
    border: 1px solid #dbdbde;
    height: 240px;
    margin: 8px 6px 0;
    overflow: auto;
    padding: 5px 10px;
    width: 504px !important;
}

#pwInvalidWindowText > br {
	display: block;
	margin: 4px 0;
}


#main {
	width: 30px;
}

#main > a {
	height: 14px;
}

/*modal dashboard*/

 body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}
/*modal dashboard*/


#pwEmployeeContentWrapper2 {
    margin-top: 10px;
    overflow: auto;
}

.pwReloadButtonFix {
    height: 28px !important;
    padding-top: 0 !important;
}

#widget_CountExpired a:hover,
#widget_CountNew a:hover,
#widget_CountWork a:hover,
#widget_CountDone a:hover {
    text-decoration: underline !important;
}

.typographyLeft {
		width: 60%;
	float: left;
}
.typographyCenter {
	/*width: 30%;*/
    margin-left: 5px;
    float: left;
}
.typographyRight {
	/*width: 30%;*/
       margin-left: 5px;
	float: right;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    padding-top: 0;
    height: 0;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tabstrip-help {
    overflow: auto;
}

.dropdown-menu > li > a {
    white-space: pre-wrap !important;
    cursor: pointer !important;
}

.dropdown-menu .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.pwGridMaterial > .k-grid-toolbar {
    height: 24px;
}

.pwGridMaterial .k-grid-edit {
    min-width: 26px !important;
    width: 26px !important;
}

.pwGridMaterial .k-grid-delete {
    min-width: 26px !important;
    width: 26px !important;
}

.pwGridMaterial td {
    height: auto !important;
}

.pwGridMaterial .k-grid-content {
    height: auto !important;
}

.pwGridMaterialCor {
    margin-bottom: 5px;
}

.k-dropzone > .k-upload-button {
    margin-left: 10px;
}

.k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
    text-indent: 0.60em !important;
}

.k-multiselect-wrap .k-input {
    margin: 2px 0 0 !important;
    text-indent: 7px !important;
    color: #757575;
}

.pwWinContentRight2 .k-dropzone > .k-upload-button {
	 margin-left: 0 !important;
}

.bs-callout-danger {
	border-left-color: #ce4844 !important;
}

	.bs-callout-danger h4 {
		color: #ce4844;
	}

.bs-callout {
	padding: 7px 10px 7px 15px;
	margin: 0 0 22px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.pw-k-invalid-msg > span {
	text-align: left !important;
}

.kheader {
	border-left-color: #c5c5c5;
}