.d-flex {
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.justify-content-center {
	justify-content: center !important;
}
.align-items-center {
	align-items: center !important;
}
.row {
	--bs-gutter-x: 10px;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: calc(var(--bs-gutter-x)* -.5);
	margin-top: calc(var(--bs-gutter-y)* -1);
}
.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
.col-12 {
	flex: 0 0 auto;
	width: 100%;
}
.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}
.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}
.col-9 {
	flex: 0 0 auto;
	width: 75%;
}
.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}
.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}
.col-6 {
	flex: 0 0 auto;
	width: 50%;
}
.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}
.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}
.col-3 {
	flex: 0 0 auto;
	width: 25%;
}
.col-2 {
	flex: 0 0 auto;
	width: 15.66666667%;
}
.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}
.px-1 {
	padding-left: 3.75px !important;
	padding-right: 3.75px !important;
}
.px-2 {
	padding-left: 7.5px !important;
	padding-right: 7.5px !important;
}
.pt-1 {
	padding-top: 3.75px !important;
}
.pb-1 {
	padding-bottom: 3.75px !important;
}
.pt-2 {
	padding-top: 7.5px !important;
}
.pt-3 {
	padding-top: 15px !important;
}
.pb-2 {
	padding-bottom: 7.5px !important;
}
.ms-auto {
	margin-left: auto;
}


.statuField {
	border:1px solid #cccccc;
	background-color: #F3F6FA;
	width: 16px;
	height: 16px;
	margin:1px;
	padding:1px;
	text-align: center;
	float:left;
}

.statuField.inprint {
    background-color: yellow;
}

.statusFinished {
	float:left;
	background-image: url("../images/icons/16x16/check.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	margin:2px;
}

.st8 {
	background-image: url("../images/icons/16x16/document_edit.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st7 {
	background-image: url("../images/icons/16x16/document.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st10 {
	background-image: url("../images/icons/16x16/printer.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st9 {
	background-image: url("../images/icons/16x16/auction_hammer.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st1 {
	background-image: url("../images/icons/16x16/active.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st2 {
	background-image: url("../images/icons/16x16/inactive.gif");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.st3 {
	background-image: url("../images/icons/16x16/hand_paper.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}


.st4, .st5, .st6 {
	background-image: url("../images/icons/16x16/document_stop.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

.stOn {
	background-image: url("../images/icons/16x16/public.png");
	background-repeat: no-repeat;
	background-position: 1px 1px;
}

#dateBlock {
	width:155px;
	background-color:#f1f1f1;
	border:1px solid #ccc;
	padding:2px;
	height:165px;
	position:absolute;
	display:none;
}

#dateBlock div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#dateIdentifier {
	position:absolute;
	left:2px;
	top:16px;
	background-color:#ccc;
	height:18px;
	width: 155px;
}

#dateIdentifier div {
	width:14px;
	height:14px;
	padding:1px 3px;
	text-align:center;
	float:left;
	margin:1px;
}

#dateField{
	position:absolute;
	left:2px;
	top:35px;
	width:155px;
}

#dateYear{
	position:absolute;
	right:3px;
	top:2px;
}

#dateMonth{
	position:absolute;
	left:3px;
	top:2px;
}
#dateMControl {
	position:absolute;
	left:22px;
	top:2px;
}
#dateYControl {
	position:absolute;
	right:32px;
	top:2px;
}

#dateControl img {
	cursor:pointer;
}

#dateWeekNumber {
	position:absolute;
	left:60px;
	top:2px;
}

div.dateItem {
	border:1px solid #fff;
	width:14px;
	height:14px;
	padding:2px;
	text-align:center;
	float:left;
	margin:1px;
}
div.dateItem:hover {
	border:1px solid #aaa;
	background-color:#fff;
	cursor:pointer;
}

div.dateItemToday {
	border:1px solid #fc0;
	width:14px;
	height:14px;
	padding:2px;
	text-align:center;
	float:left;
	margin:1px;
	background-color:#fff9cc;
	cursor:pointer;
}

div.dateItemToday:hover {
	border:1px solid #fa0;
	background-color:#ffe;
	cursor:pointer;
}

div.dateItemOut {
	border:1px solid #fff;
	width:14px;
	height:14px;
	padding:2px;
	text-align:center;
	float:left;
	margin:1px;
	color:#999;
}

div.dateItemOut:hover {
	border:1px solid #aaa;
	background-color:#fff;
	cursor:pointer;
}


div.dateItemWe {
	background-color:#fff;
}

.valueHelper {
	position: absolute;
	clear:left;
	float:left;
	border:1px solid #fc0;
	background-color:#fff;
	width:200px;
	z-index: 5000;
}

.value {
	background-color:#ffffff;
}



.info_tbBack {
	background-image:url(../images/infoField/info_back.png);
}

.info_tbBack_top {
	background-image:url(../images/infoField/info_back_top.png);
}


.info_tbBack_bottom {
	background-image:url(../images/infoField/info_back_bottom.png);
}

.info_content {
	padding-left:10px;
	padding-right:20px;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

.cloneDiv {
	float:left;
	width: 16px;
	height: 16px;
	padding-right: 5px;
	background-image: url(../images/icons/16x16/cube_molecule.png);
	background-repeat: no-repeat;
}

div.subSelect {
    float:left;
    padding:2px;
    margin: 4px;
    cursor: pointer;
}

div.subSelect:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
}

div.subSelect.activ {
    background-color: #FFFFCC;
    font-weight: bold;
    color: #000000;
    background-image: url(../images/icons/16x16/presentation_chart.gif);
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding-left: 20px;
}

div.subSelect.selected {
    border:1px solid #314052;
    border-top:4px solid #314052;
    margin-top:0px;
}

div.subSelect.activ.selected {
    border-top:4px solid #314052;
    margin-top:0px;
}
