.scrollBlock::-webkit-scrollbar{
  width:5px;
  background-color:#0059A9 ;
}



.scrollBlock::-webkit-scrollbar-thumb{

  background-color: #0059A9;
}



.scrollBlock::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #0059A9
}



.scrollBlock::-webkit-scrollbar-track{
    border-width:0;
    background-color:#D9D9D9;
}



.scrollBlock::-webkit-scrollbar-track:hover{
    background-color: #D9D9D9;
}

.TableContainer{
	padding-top:0px !important;
}

.AdminPageTitleContainer{
	display:flex; 
	align-items: center; 
	justify-content: space-between;
}

.AdminPageAddButton{
	border-radius: 2px;
	border: 1.5px solid #DDD;
	background: #FFF;
	padding:5px 15px;
	color: #606060;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 184.615% */ 
	cursor:pointer;
}

.TableBlock{
	padding-left:0px; 
	background-color:#eeeeee; 
	border:solid 1px #dddddd; 
	padding-right:0px; 
	padding-bottom:10px;
}

.TableHeaderRow{

	border-bottom:solid 1px #E3E3E5; 
	background-color:#eeeeee; 
	padding-top:7px; 
	padding-bottom:7px; 
	display:flex; 
	align-items: flex-start; 
	justify-content: space-between;
}

.TableRowItems{
	display:flex; 
	width:calc(100% - 200px); 
	align-items: flex-start; 
	justify-content: flex-start; 
	font-size:14px;

}

.TableHeaderRow .TableRowItems{
	font-size:13px;
}

.TableRow{
	border-top:solid 1px #E3E3E5; 
	 padding-top:10px; 
	 padding-bottom:10px; 
	 display:flex; 
	 align-items: flex-start; 
	 justify-content: space-between;
	 background-color:#f9f9f9;
}

.TableRow.odd{
	backgorund-color:#ffffff;
}

.TableRowButtons{
	width:200px; 
	display:flex; 
	align-items: center; 
	justify-content: flex-end; 
	padding-right:10px;
}

.TablePaginationContainer{
	margin:10px; 
	margin-left:auto; 
	margin-right:0px; 
	display:flex; 
	align-items: center; 
	justify-content: flex-end; 
	margin-right:10px;
}

.TablePaginationLabel{
	font-size:12px; 
	color:#444444; 
	margin-right:15px;
}

.TablePaginationItems{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.TablePaginationItem{
	width:30px; 
	height:30px; 
	border:solid 1px #E3E3E5; 
	background-color:#ffffff; 
	display:flex; 
	align-items: center; 
	justify-content: center; 
	font-size:14px; 
	font-weight:bold; 
	curos:pointer;
}

.qrCodeButton{
	 border:solid 1px #cccccc; 
	 padding:4px 13px; 
	 font-size:17px; 
	 cursor:pointer; 
	 margin-right:10px; 
	 background-color: #eeeeee;
}

.editButton{

}

.deleteButton{

	margin-left:10px; 

}

.reloadButton{
	font-size:11px; 
	border:solid 1px #dddddd; 
	background-color:#ffffff; 
	color:#000000; 
	padding:1px 5px; 
	margin-left:10px; 
	cursor:pointer;
}

#windowsHider, #windowsHiderGlobal{
	position:fixed; 
	top:0px; 
	left:0px; 
	width:100vw; 
	height:100vh; 
	background-color:rgba(0,0,0,0.5); 
	display:none;
}

.FormWindowContainer{
	position:fixed; 
	width:50vw; 
	height:100vh; 
	right:-50vw; 
	top:0px; 
	background-color:#ffffff; 
	display:none; 
	border-left:solid 2px #dddddd;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px 0px;
}

.loadingImageBlock{
	width: 100%;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
}

.loadingImageBlock img{
	width:32px;
	height:32px;
}

.RowsContainer{
	height:auto;
	width:100%;
	background-color:#ffffff;
}

.RowsContainer .loadingImageBlock{
	height:200px;
}

.AbminPageTitleButtons{
	display:flex; 
	align-items: center;
	justify-content: flex-end;
}

.changeViewButton{
	font-size:14px;
	width:35px;
	height:35px;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	margin-left:10px;
	background-color: #ffffff;
	border:solid 1px #dddddd;
}

.TableContainer.blocks{
	width:100%;
}

.TableContainer.blocks .ItemsBlock{
	width:100%;
	max-width:100%;
}

.TableContainer.blocks  .TableHeaderRow{
	display:none;
}

.TableContainer.blocks  .TableRow{
	flex-direction: column;
	width:calc(20% - 15px);
	min-width:250px;
	border:solid 1px #dddddd;
	margin:7px;
	position:relative;
}

.TableContainer.blocks .TableRowItems{
	flex-direction: column;
	width:100%;
	
	apdding-right:10px;
	font-size:14px;
	font-weight:400;
	height:100%;
	justify-content: space-between;
}

.TableContainer.blocks .TableRowItems > div{
	margin-bottom:7px;
	margin-left:10px;
}

.TableContainer.blocks  .RowsContainer{
	display:flex; 
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	background-color:inherit;
}

.TableContainer.blocks  .TableBlock{
	background-color:inherit;
  	border: none;
}

.TableContainer.blocks .ItemsBlockInside{
	 box-shadow: none;
}

.TableContainer.blocks  .TablePaginationContainer{
	justify-content: center;
}

.TableContainer.blocks  .TableRowButtons{
	position: absolute;
	top:7px; 
	right:0px;
	zoom:0.9;
}

.TableRowItems .image{
	text-align: center;
	margin-left:0px !important;
}

.TableRowItems .image img{
	max-height:70px;
	max-width:calc(100% - 10px);
}

.TableContainer.blocks .TableRowItems .image{
	width:100% !important;
	height:auto;
	margin-top:20px;
	max-height:none;
}

.TableContainer.blocks .TableRowItems .image img{
	max-width:100%;
	max-height:none;
}

.subNavMenu{
	padding-left:20px;
	border-left:solid 1px #dddddd;
	margin-left:20px;
}


.dropDownItem{
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:41px;
}



.dropDownItem a{
	height:100%;
}


.dropDownContainer{
	padding-bottom:15px;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	width:100%;
	display:none;
}

.max-w-7xl, .mx-auto{
	width:auto !important;
	max-width:none !important;
	padding-left:20px !important;
	padding-right:20px !important;

}


.dropDownContainer .inline-flex{
	padding-left:53px;
}

.dropDownItem:hover .dropDownContainer{
	display:flex;
}

.dropDownContainer.active{
	display:flex;
}

.dropDownContainer .inline-flex{
	margin-right:15px;
}

/* WINDOWS FORM */
.WindowFormTitle{
	font-size:24px; 
	font-weight:300; 
	color:#222222; 
	background-color:#eeeeee; 
	padding:17px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	border-bottom:solid 1px #dddddd;
	box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -5px;
	position:relative;
	z-index:99;
	padding-left:30px;
}

.CloseButton{
	cursor:pointer;
	font-size:27px;
	color:#999999;
	margin-right:10px;
}

.CloseButton:hover{
	color:#444444;
}

.WindowFormContainer{
	padding-left: 0px;
  	padding-top: 10px;
  	padding-bottom:40px;
  	height:calc(100vh - 145px);
  	overflow-y:auto;
}

.WindowFormContainerInside{
	padding-left:15px;
}

.WindowsFormItemLabel{
	font-size:13px; 
	margin-bottom:5px;
}

.WindowsFormItemBlock{
	margin-bottom:10px;
}

.WindowsFormItemBlock.withSeparator{
	margin-top:15px;
	padding-top:15px; 
	border-top:dashed 1px #dddddd;
}

.WindowsFormItemBlock.withMarginTop{
	margin-top:10px;
}

.WindowsFormItemBlock input{
	padding:7px 10px; 
	border:solid 1px #dddddd; 
	width:calc(100% - 20px); 
	font-size:15px;
}

.SeparatorBlockCollapser{
	border-top:dashed 1px #dddddd;
	position:relative;
	padding-top:20px;
	margin-top:20px;
}

.WindowsFormItemContainer{
	display:flex; 
	align-items: flex-start; 
	justify-content: space-between;
	padding-left:20px;
	padding-top:7px;
	width:calc(100% - 20px);
}



.WindowsFormItemContainer.noColumns{
	display:block; 
	padding-bottom:5px;
	padding-top:0px;
}

.FromItemBlockTitleContainer{
	position:absolute;
	top:-10px;
	left:-5px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	cursor:pointer;
}

.collapseButton{
	margin-right:0px;
	border-radius:50%;
	display:flex;
	align-items: center;
	justify-content: center;
	width:20px;
	height:20px;
	background-color:#999999;
	color:#ffffff;
	position:realtive;
	z-index:22;
	
}

.collapseButton i{
	margin-top:1px;
	transform: rotate(0deg);
}

.collapseButton.colapsed i{
	transform: rotate(180deg);
}

.FromItemBlockTitle{
	background-color:#f3f3f3;
	color:#777777;
	padding-left:17px;
	padding-right:10px;
	border-radius:7px;
	font-size:12px;
	margin-left:-8px;
}

.WindowsFormItemTwoColumns{
	width:calc(50% - 8px);
}

.WindowsFormItemBlock textarea{
	padding:7px 10px; 
	height:70px; 
	border:solid 1px #dddddd; 
	width:calc(100% - 20px); 
	font-size:15px;
}

.WindowFormItemImageBlock{
	width:calc(100% - 20px); 
	height:250px; 
	background-color:#ffffff; 
	background-position:center; 
	background-repeat:no-repeat; 
	background-size:contain;
	cursor:pointer;
	border:solid 1px #dddddd;
}

.HiddenBlock{
	display:none;
}

.WindowsFormItemBlock select{
	padding:7px 10px; 
	border:solid 1px #dddddd; 
	width:calc(100% - 20px); 
	font-size:15px;
}

.WindowsFormButtonsBlock{
	padding-top:10px;
	padding-right:20px;
	padding-bottom:15px;
	border-top:solid 1px #dddddd;
	position:absolute;
	text-align: right;
	bottom:0px;
	left:0px;
	width:100%;
	background-color:#eeeeee;
	z-index:100;
}

.WindowsFormSubmitButton{
	border:solid 1px #cccccc; 
	display:inline-block; 
	padding:10px 27px; 
	background-color:#ffffff; 
	font-size:17px; 
	cursor:pointer;
}

.FormGoodsImagesContainer{
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top:10px;
}

.FormGoodsImageItem{
	margin-bottom:10px;
	margin-right:10px;
	border:solid 1px #dddddd;
	background-color:#ffffff;
	width:calc(33% - 12px);
	cursor:pointer;
	height:100px;
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	position:relative;
}

.GoodsImageRemove{
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
	display:flex;
	align-items: center;
	justify-content: center;
	color:#ffffff;
	font-size:12px;
	height:25px;
	width:25px;
	background-color:#ff5050;
}

.FormGoodsAddImageButton{
	border:solid 1px #dddddd;
	background-color:#f3f3f3;
	width:calc(33% - 15px);
	display:flex;
	align-items: center;
	justify-content: center;
	color:#cccccc;
	height:100px;
	cursor:pointer;
}

.FormGoodsAddImageButton i{
	font-size:42px;
}

.alignRight{
	text-align:right;
}

.FormGoodsInfoItem{
	display:flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	width:calc(100% - 22px);
	margin-bottom:7px;
}

.FormGoodsInfoLine{
	position:absolute;
	height:1px;
	width:100%;
	border-top:dashed 1px #dddddd;
	top:12px;
	z-index:0;
}

.FormGoodsInfoName{
	position:relative;
	z-index:1;
	font-size:14px;
	font-weight:bold;
	color:#777777;
	background-color:#ffffff;
	padding-right:7px;
	padding-left:7px;
}

.FormGoodsInfoValue{
	position:relative;
	z-index:1;
	font-size:14px;
	font-weight:bold;
	color:#222222;
	background-color:#ffffff;
	padding-left:7px;
	padding-right:7px;
}

.FormGoodsInfoItem.ItemTemplate{
	display:none;
}

.FormGoodsInfoaddItemButton{
	margin-right:0px;
	padding:5px 15px;
	border:solid 1px #dddddd;
	background-color:#f3f3f3;
	cursor:pointer;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0px;
	font-size:12px;
	display:inline-block;
	color:#999999;
	border-radius:7px;
}

.FormGoodsInfoaddItemButtonSave{
	margin-right:0px;
	padding:5px 15px;
	border:solid 1px #0059A9;
	background-color:#0059A9;
	color:#ffffff;
	margin-left:10px;
	cursor:pointer;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:0px;
	font-size:12px;
	display:inline-block;
	border-radius:7px;
	margin-right:25px;

}

.GoodsSearchBlockLabel{
	font-size:13px;
	color:#444444;
}

.GoodsSearchBlockContainer{
	position:relative;
	width:100%;
	z-index:100;
}

.GoodsSearchInputContainer input{
	width:100%;
	border:none;
	border-bottom:solid 1px #dddddd;
	font-size:14px;
	padding:7px 10px;

}

.GoodsSearchInputContainer input:focus{
    outline: none;
    border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.GoodsSearchResult, .DetailsSearchResult, .FurnituraSearchResult, .ProductsSearchResult, .FacadesSearchResult, .MaterialsSearchResult{
	position:absolute;
	top:40px;
	width:100%;
	max-height:400px;
	overflow-y:auto;
	background-color:#ffffff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	text-align:center;
	z-index:99;
	border:solid 1px #dddddd;
	display:none;
}

/*
.DetailsSearchResult, .FurnituraSearchResult{
	bottom:40px;
	top:auto;
}

*/

.GoodsSearchResult .loadingImageBlock{
	padding:20px;
}

.searchMaterialsItemContainer, .searchGoodsItemContainer, .showGoodsItemContainer, .searchFurnituraItemContainer, .searchFacadesItemContainer, .searchDetailsItemContainer, .searchMaterialssItemContainer, .searchProductsItemContainer ,.showDetailsItemContainer, .showFurnituraItemContainer, .showFacadesItemContainer, .showMaterialsItemContainer{
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding:10px;
	cursor:pointer;
	border-bottom:solid 1px #dddddd;
	text-align: left;
	max-height:300px;
	overflow-y:auto;
	background-color:#f9f9f9;
}

.odd.searchGoodsItemContainer, .odd.searchMaterialsItemContainer, .odd.showGoodsItemContainer, .odd.searchFurnituraItemContainer, .odd.searchDetailsItemContainer, .odd.searchProductsItemContainer .odd.showDetailsItemContainer, .odd.showMaterialsItemContainer, .odd.showFurnituraItemContainer, .odd.showFacadesItemContainer{
	background-color:#ffffff;
}

.showGoodsItemContainer{
	border-left:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
}

.searchGoodsItemContainer:hover, .searchDetailsItemContainer:hover, .searchFurnituraItemContainer:hover, .searchFacadesItemContainer:hover , .searchMaterialsItemContainer:hover{
	background-color:#eeeeee !important;
}

.FormDarkerBlock{
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	background-color:rgba(0,0,0,0.2);
	z-index:44;
}

.FormSimilarGoodsEmpty{
	text-align: center;
	padding:20px;
	font-size:14px;
	color:#aaaaaa;
}

.FormRelatedGoodsEmpty{
	text-align: center;
	padding:20px;
	font-size:14px;
	color:#aaaaaa;
}
/* [END] WINDOWS FORM */

.statusHidden{
	font-size:12px; 
	border-radius:7px;
	padding:5px 9px;
	background-color:#eeeeee;
	border:solid 2px #D8D8D8;
	display:inline-block;
	color:#777777;
}

.statusActive{
	font-size:12px; 
	border-radius:7px;
	padding:5px 9px;
	background-color:rgba(34,139,34, 0.2);
	border:solid 2px rgba(34,139,34, 0.4);
	color:rgba(34,139,34, 1);
	display:inline-block;
}

.statusInfo{
	font-size:12px; 
	border-radius:7px;
	padding:5px 9px;
	background-color:rgba(55,66,85, 0.5);
	border:solid 2px rgba(55,66,85, 1);
	color:ffffff;
	display:inline-block;
}

.statusCompleate{
	font-size:12px; 
	border-radius:7px;
	padding:5px 9px;
	background-color:rgba(0, 89, 169, 0.2);
	border:solid 2px rgba(0, 89, 169, 0.4);
	color:rgba(0, 89, 169, 1);
	display:inline-block;
}

.TableFilterContainer{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.TableSearchBlock{
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	width:70%;
	padding-top:0px;
	padding-bottom:11px;
}

.TableSearchBlockInput{
	width:100%;
}

.TableSearchBlock input{ 
	width:100%;
	border:solid 1px #dddddd;
	font-size:15px;
	background-color:#ffffff;
}



.TableSearchButton{
	padding:8.5px 15px;
	border:solid 1px #dddddd;
	background-color:#eeeeee;
	font-sizE:15px;
	cursor:pointer;
	margin-left:5px;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
}

.SearchInfoBLock{
	color: #606060;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
}

.SearchInfoBLock span{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.no-scroll {
    overflow: hidden;
    height: 100%;
}

/* ADMIN MAIN PAGE */
.AdminMainPageContainer{
	margin-top:0px;
	padding-top:20px !important;
	border-radius:0px;
}

.AdminMainPageItems{
	display:flex; 
	align-items: stretch;
	justify-content: space-between;
	max-width:calc(100% - 40px);
	margin:10px auto;
	margin-top:0px;
	flex-wrap: wrap;
}

.AdminMainPageItem{
	width:calc(20% - 5px);
	height:150px;
	border:solid 1px #dddddd;
	background-color:#ffffff;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	cursor:pointer;
	transition: 0.3s;
   	transition-timing-function: ease;
  	 margin-bottom:5px;

}

.AdminMainPageItemIcon{
	font-size:54px;
	color:#dddddd;
	text-align:center;
	margin-top:15px;
}

.AdminMainPageTitle{
	font-size:17px;
	margin-top:-15px;
	font-weight:300;
	color:#777777;
	margin-bottom:15px;
}

.AdminMainPageItem:hover .AdminMainPageTitle{
	color:#0059A9;;
	transition: 0.3s;
   transition-timing-function: ease;
}

.AdminMainPageItem:hover{
	border:solid 1px #0059A9;
	transition: 0.3s;
   transition-timing-function: ease;
}
	

.AdminMainPageItem:hover .AdminMainPageItemIcon{
	color:#0059A9;
	transition: 0.3s;
   transition-timing-function: ease;
}


/* [END] ADMIN MAIN PAGE */

.GoodsCategoryInTable{
	font-size:12px; 
	color:#777777;
	font-weight:400;
}

.TableBLockShowValueLabel{
	font-size:12px; 
	color:#777777;
	font-weight:400;
	margin-bottom:-3px;
}

.itemBlockInfoContainer{
	border-top:solid 1px #dddddd;
	width:calc(100% - 20px);
	padding-top:10px;
}


.buttonCreatePage{
	margin-top:10px;
	padding:10px 25px;
	border-radius:0px;
	background-color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:15px;
	margin-top:15px;
	border:solid 1px #dddddd;

}

.tableRowInside{
	padding-bottom:20px;
	padding-top:10px;
	border-top:solid 1px #dddddd;
	background-color:#f7f7f7;
	display:none;
}

.tableRowInsidePermissionsBlock{
	display:flex; 
	align-items:stretch; 
	justify-content: space-between;
}

.tablePermissionsBlockLeft, .tablePermissionsBlockRight{
	width:calc(50% - 0px); 
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
}

.tablePermissionsBlockLeft{
	padding-right:20px;
}


.tablePermissionsBlockRight{
	border-left:solid 1px #dddddd;
	padding-left:20px;
}

.tablePermissionsBlockLeftTtitle{
	font-size:22px; 
	color:#444444;  
	margin-bottom:10px; 
	padding-bottom:10px; 
	padding-left:20px; 
	padding-top:10px; 
	margin-top:-10px;
	font-weight:300;
}

.TablePermissionsBlockItemsContainer{
	margin-left:20px;
}

.TablePermissionsBlockItems{
	display:inline-block; 
	padding:7px 15px; 
	font-size:14px; 
	margin-right:10px; 
	margin-bottom:10px; 
	background-color:#ffffff; 
	border:solid 1px #dddddd;
}

.TablePermissionsBlockItem{
	display:flex; 
	align-items: center; 
	justify-content: flex-start;
}

.tableButtonDelete{
	display:flex;
	align-items: center;
	justify-content: center;
	width:25px;
	height:25px;
	background-color:#ff5050;
	cursor:pointer;
	margin-left:20px;
	margin-right:-5px;
}

.tableButtonDelete{
	font-size:12px; 
	color:#ffffff;
}

.TablePermissionFormBlock{
	margin-left:20px;
	margin-top:30px; 
	margin-right:20px;
	margin-bottom:20px;
}

.TablePermissionsFormTitle{
	font-size:18px; 
	font-weight:300; 
	margin-bottom:10px;
}

.TablePermissionsFormSelect{
	padding:10px 5px;  
	width:100%; 
	min-width:250px; 
	border:none; 
	border-bottom:solid 1px #dddddd; 
	font-size:14px;
}

.PermissionsFormUderTitle{
	font-size:20px;  
	margin-bottom:10px;
	font-weight:300; 
	padding-bottom:10px; 
	padding-left:20px; 
	padding-top:10px;
	color:#777777;
	text-align:left;
}

.PermissionsRoleItem{
	padding:7px 15px; 
	font-size:14px; 
	margin-right:10px; 
	margin-bottom:10px; 
	border-radius:10px;
}

.PermissionsRoleItemTitle{
	font-size:17px; 
	font-weight:bold;
}

.PermissionsRoleItemTitleContaier{
	border-bottom:solid 1px #f3f3f3; 
	padding-bottom:10px;
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.PermissionRoleItemTitleColapse{
	margin-right:10px;
	display:flex;
	align-items: center;
	justify-content: center;
	border:solid 1px #eeeeee;
	background-color:#f7f7f7;
	width:25px;
	height:25px;
	cursor:pointer;
	transition: 0.3s;
   	transition-timing-function: ease;
}

.PermissionRoleItemTitleColapse i{
	font-size:22px;
	color:#777777;
}

.PermissionRoleItemTitleColapse.open{
	transform: rotate(180deg);
	transition: 0.3s;
   	transition-timing-function: ease;
}

.PermissionsRoleItemPermissionsItems{
	margin-top:10px; 
	padding-left:20px; 
	padding-right:20px;
}

.PermisssionsRoleItemPermissionsItem{
	display:inline-block; 
	padding:7px 15px; 
	font-size:14px; 
	margin-right:10px;
	margin-bottom:10px; 
	background-color:#f3f3f3; 
	border:solid 1px #dddddd;
}

.PermissionRoleItemBlock{
	display:none;
}

.PermisssionRoleItemPermissionsInside{
	display:flex; 
	align-items: center; 
	justify-content: flex-start;
}

.PermissionRoleAddBlock{
	margin-left:20px; 
	padding:7px 15px; 
	font-size:14px; 
	margin-right:10px; 
	margin-bottom:10px; 
	background-color:#ffffff; 
	padding-bottom:20px;
}

.PermissionRoleAddTitle{
	font-size:14px;
	margin-top:10px; 
	padding-bottom:10px;
	font-weight:300; 
	color:#777777;
}

.RolesBlockAdd{
	margin-left:15px; 
	margin-top:10px; 
	margin-right:20px;
	padding-bottom:20px;
}

.RolesBlockAddTitle{
	font-size:17px;  
	margin-bottom:10px;
	font-weight:300;
	color:#777777;
}

.createPageItemInput input{
	width:100%;
	border:none;
	border-bottom:solid 1px #dddddd;
	padding:5px 10px;
	font-size:15px;
}

.PermissionsFormUderTitle.second{
	text-align:left;
	padding-left:20px;
	padding-bottom:15px;
}

.AdminPageAddButton.permissions{
	margin-left:10px;
}

.tableRowInside.ordersBlock{
	padding-left:20px;
	padding-right:20px;
}


/* KORZINA */
.KorzinaItems{
	margin-top:40px;
	margin-bottom:40px;
}

.KorzinaItem{
	display:flex; 
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px;
	height:70px;
}

.ordersInsideItemsContainer .KorzinaItem{
	margin-bottom:0px;
}

.ordersInsideItemsContainer  .KorzinaItemValues{
	margin-top:10px;
	height:auto;
	align-items: flex-start;
}

.ordersInsideItemsContainer  .KorzinaItemValues .colapserButton{
	margin-top:30px;
}

.KorzinaItemImage{
	    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    margin-right: 15px;
}

.KorzinaItemValues{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	height:70px;
}

.KorzinaItemTitle{
	color: #020202;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px; /* 120% */
}

.KorzinaItemUnderTitle{
	dispaly:flex;
	align-items: center;
	justify-content: flex-start;
}

.KorzinaItemArticleBlock{
	color: #8B8B8B;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20.014px; 
}

.KorzinaItemArticleBlock span{
	color: #020202;
}

.KorzinaItemPriceBlock{
	margin-left:70px;
}

.KorzinaItemPriceValues{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.KorzinaItemOldPrice{
	text-decoration-line: line-through;
	color: #939393;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.987px; 
	margin-right:15px;

}

.KorzinaItemPrice{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.743px; 
}

.KorzinaItemSkidkaBlock{
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.743px; 
	border: 1px solid #0059A9;
	background: #0059A9;
	padding:2px 12px;
	margin-top:5px;
}

.KorzinaItemSkidkaBlock span{
	padding-left:7px;
}

.KorzinaItemCountBlock{
	margin-left:70px;
}

.KorzinaItemCountForm{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	
}

.KorzinaItemCountMinus{
	margin-right:5px;
}

.KorzinaItemCountPlus{
	margin-left:5px;
}

.KorzinaItemCountInput{
	width:50px;
}

.KorzinaItemCountInput input{
	border:none;
	border-bobomt:solid 1px #dddddd;
	background-color:inherit;
	width:100%;
	color: #000;
	font-size: 15.396px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.743px; 
	text-align: center;
}

.KorzinaItemCountPerOne{
	color: #8B8B8B;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 15px;
	margin-top:7px;
}

.KorzinaItemButtons{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.KorzinaItemFavoriteButton, .KorzinaItemRemoveButton{
	width: 35.264px;
	height: 35.264px;
	dispaly:flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	margin-left:10px;
	background-color:#F5F5F5;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.EmptyKorzina{
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:Center;
	color:#777777;
	font-size:15px;
}

.NoFileMessage{
	padding:10px;
	text-align: center;
	font-size:13px;
}

.productionBLock{
	background-color:#f4f4f4; 
	border-top:none; 
	margin-top:0px; 
	margin-bottom:20px;
}

.GoodsProductionInfoCotnainer{
	padding:10px;
}

.GoodsProductionInfoTitle{
	font-size:20px;
	font-weight:300;
	margin-bottom:15px;
}

.GoodsProductionInfoDetailsItems{
	margin-bottom:20px;
}

.GoodsProductionInfoDetailsItem{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	width:100%;
	backgorund-color:#f9f9f9;
}

.GoodsProductionInfoDetailsItem.odd{
	backgorund-color:#ffffff;
}

.DetailsItemLeft{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	width:90%;
}

.DetailsItemName, .ActionsItemName{
	font-size:15px;
	line-height:1.2;
	width:40%;
	min-width:40%;
	margin-right:20px;
}

.DetailsItemArticle{
	font-size:15px;
	font-weight:bold;
	line-height:1.2;
	width:150px;
}

.ActionsItemDetail{
	font-size:14px;
	line-height:1.2;
	width:250px;
}

.ActionsItemMaterials{
	font-size:13px;
	line-height:1.2;
	width:250px;
}

.DetailsItemCount, .DetailsItemCount{
	font-size:17px;
	font-weight:bold;
	line-height:1.2;
	white-space: nowrap;
}

.GoodsProductionInfoActionsItems, .GoodsProductionInfoDetailsItems{
		margin-top:7px;
	margin-bottom:27px;

}

.GoodsProductionInfoDetailsItem{

	padding:10px;
	padding-top:10px;
	margin-bottom:3px;
	background-color:#ffffff;
}

.GoodsDetailsInfoBlock{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
}

.GoodsDetailsInfoLeft{
	width:calc(50% - 20px);
	margin-left:20px;
	margin-bottom:20px;
}

.GoodsDetailsInfoRight{
	width:calc(50% - 20px);
	text-align:right;
	margin-right:20px;
	margin-bottom:20px;
}

.GoodsDetailsInfoTitle{
	font-size:17px; 
	font-weight:300;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
}

.poductionItems{
	width:350px;
}

.productionItem{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.porductionItemCheckbox{
	margin-right:5px;
}

.productionItemtype{
	font-size:14px;
	font-weight:bold;
}

.ordersInsideTableTitle{
	font-size:18px;
	margin-top10px;
	padding-bottom:10px;
	width:100%;
	border-bottom:solid 1px #dddddd;
	font-weight:300;
}

/* CALENDAR */
.calendarTitle{
	text-align: center;
	font-size:18px;
	font-weight:300;
	margin-top:0px;
	amrgin-bottom:10px;
}

.calendarTable{
	width:100%;
	border:solid 1px #eeeeee;
	margin-top:10px;
	margin-bottom:20px;
}

.calendarTableHeaderRow, .calendarTableRow{
	width:100%;
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom:solid 1px #eeeeee;
	background-color:#f7f7f7;
}

.calendarTableRow{
	background-color:#ffffff;
}

.calendarColumnTitle{
	padding:10px 20px;
	font-size:14px;
	font-weight:bold;
	width:calc(23% - 8px);

}

.calendarColumnDate{
	padding:10px 20px;
	font-size:12px;
	font-weight:bold;
	width:11%;
	border-left:solid 1px #eeeeee;
	text-align: center;
}

.calendarTimeItem{
	width:100%;
	text-align: center;
	border-bottom:solid 3px #ff5050;
	padding-bottom:3px;
}
/* [END] CALENDAR */

/* ORDERS FORM */
.detailsProductionAddButtonsContainer{
	display:flex;
	align-items: center;
	justify-content: flex-end;
	position:absolute;
	right:15px;
	top:-18px;
	text-align: right;
}

.detailsProductionAddButton{
	display:inline-block;
	padding:7px 20px;
	border:solid 1px #dddddd;
	cursor:pointer;
	font-size:14px;
	
	background-color:#eeeeee;
}
/* [END] ORDERS FORM */

/* DETAILS FORM */
.ProductionItem{
	margin-bottom:10px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	border-bottom:solid 1px #dddddd;
	display:flex;
	align-items: center;
	justify-content: space-between;
	width:calc(100% - 20px);
	margin:0px auto;
	margin-left:0px;
}

.PorductionItemTitleContainer{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.ProductionItemCheckbox{
	margin-right:10px;
}

.ProductionItemTitle{
	font-size:17px;
	font-weight:Bold;
	margin-right:50px;
	margin-top:3px;
	line-height:1.2;
	cursor:pointer;
}

.ProductionItemTitle span{
	font-size:14px;
	color:#777777;
}

.uploadButton{
	font-size:22px; 
	cursor:pointer;
	padding:7px 15px;
	border:solid 1px #dddddd;
	background-color:#eeeeee;
	text-align: center;
}

.ProductionItemSelect{
	width:50%;
	opacity:0.1;
}

.ProductionItemSelectLabel{
	font-size:12px;
}

.ProductionItemSelect select{
	width:100%;
}


.ProductionItem .ProductionItemTitle{
	color:#999999;
}

.ProductionItemLengthBlock, .ProductionItemUploadFile, .ProductionFileError{
	opacity:0.1;
}

.inWork .ProductionItemLengthBlock, .inWork .ProductionItemSelect, .inWork .ProductionItemUploadFile, .inWork .ProductionFileError{
	opacity:1;
}

.inWork.ProductionItem .ProductionItemTitle{
	color:#000000;
}

.WindowsFormItemContainer.Productions{
	position:relative;
	z-index:45;
	background-color:#ffffff;
	padding-top:10px;
	border-radius: 20px;
}

.ProductionItemRight{
	display:flex;
	align-items: center;
	justify-content: flex-end;
}

.ProductionItemUploadFile{
	margin-left:10px;
}

.ProductionFileError{
	font-size:17px;
	font-weight:bold;
	color:#ff5050;
	margin-right:20px;
	padding:7px 15px;
	border:solid 1px #ff5050;
	margin-top:10px;
}

.ProductionItemSaveButton{
	font-size:24px;
	margin-left:10px;
	font-size:25px;
	width:50px;
	height:50px;
	min-width:50px;
	min-height:50px;

	border:solid 1px #dddddd;
	display:flex;
	align-items: center;
	justify-content: center;
	cursor:pointer;
	background-color:rgba(129,140,248, 0.2);
	display:none;
	margin-top:15px;
}
/* [END] DETAILS FORM */

.ordersInsideDetails .TableRowButtons{
	display:none;
}

.hasEmptyItems{
	font-size:13px;
	color:#999999;
	text-align: center;
	margin-top:10px;
}

.OrdersCardBlock{
	display:flex;
	align-items: stretch;
	justify-content: space-between;
	width:calc(100% + 40px);
	background-color:#e7e7e7;
	margin-left:-20px;
	margin-top:-10px;
	border-bottom:solid 1px #dddddd;
}

.orderCardLeft{
	border-right:solid 1px #dddddd;
	width:300px;

}

.orderCardRight{
	width:calc(100% - 300px);
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	background-color:#f3f3f3;
}

.orderCardChatForm{
	width:100%;
	height:160px;
	background-color:#f3f3f3;
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	border-top:solid 1px #dddddd;
	padding-top:10px;
}


.orderCardChatInput{
	width:calc(100% - 220px);
	margin:10px;
	margin-top:7px;

}

.orderCardChatInput textarea{
	width:100%;
	height:90px;
	background-color:#ffffff;
	border:solid 1px #dddddd;
	padding:3px;
}

.orderCardChatBlock{
	width:100%;
}

.ordersCardChatTitle{
	padding-left:10px;
	padding-top:7px;
	font-size:13px; 
	font-weight:300;
	margin-bottom:7px;
	color:#777777;
}

.orderCardChatInputLabel{
	font-size:13px; 
	font-weight:300;
	margin-bottom:3px;
	color:#777777;
}

.orderCardChatButtonSend{
	display:inline-block;
	padding:7px 15px;
	border:solid 1px #dddddd;
	border-radius:2px;
	cursor:pointer;
	margin-bottom:7px;
	font-size:14px;
	background-color:#ffffff;
	color:#777777;
}

.orderCardCharButtons{
	margin-top:35px;
}

.orderCardChatItems{
	max-height:600px;
	height:100%;
	overflow-y:auto;
}

.OrderProgressItems{
	dispaly:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	border-left:dashed 1px #aaaaaa;
	margin-left:25px;
	padding-top:20px;
	height:100%;
}

.orderProgressItem{
	margin-left:-20px;
}

.prderProcessItemTitleContainer{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.OrdersTableServiceItem{
	font-size:12px;
	color:#737373;
}

.OrdersTableServiceItem span{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.orderProgressItemNumber{
	width:40px;
	height:40px;
	background-color:#ffffff;
	border-radius: 50%;
	border:solid 1px #aaaaaa;
	margin-right:10px;
	font-size:22px;
	font-weight:bold;
	color:#777777;
	display:flex;
	align-items: center;
	justify-content: center;
}


.active .orderProgressItemNumber{
	background-color:rgba(34,139,34, 0.3);
	border: solid 1px rgba(34,139,34, 0.7);
	color:rgba(34,139,34, 1);
}

.active .orderProgressItemTitle{
	color:rgba(34,139,34, 1);
}

.warning .orderProgressItemNumber{
	background-color:rgba(255,80,80, 0.3);
	border: solid 1px rgba(255,80,80, 0.7);
	color:rgba(255,80,80, 1);
}

.warning .orderProgressItemTitle{
	color:rgba(255,80,80, 1);
}

.inwork .orderProgressItemNumber{
	background-color:rgba(129 ,140 ,248, 0.3);
	border: solid 1px rgba(129, 140, 248, 0.7);
	color:rgba(129, 140, 248, 1);
}

.inwork .orderProgressItemTitle{
	color:rgba(129, 140, 248, 1);
}



.orderProgressItemTitle{
	font-size:16px;
	color:#777777;
	font-weight:bold;
	margin-top:10px;
}

.orderProcessrequeiredSteps{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-left:55px;
	padding-bottom:3px;
	border-left:solid 1px #aaaaaa;
}

.orderProcessRequeriedStepTitle{
	font-size:12px;
	margin-left:7px;
	line-height:1.2;
	margin-top:5px;
}

.orderProcessRequeriedStepCheckbox{
	margin-left:-8px;
}

.orderCallendarBlock{
	padding-bottom:20px;
}

.orderCallendarBLockTtileContainer{
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:10px;
	margin-top:10px; 
}

.orderCallendarBLockTtile{
	font-size:22px;
	color:#999999;
	font-weight: bold;
}

.orderCallendarMonth{
	font-size:22px;
	color:#777777;
	font-weight: bold;
}

.orderCalendaRTable{
	border-top:solid 1px #dddddd;
	border-right:solid 1px #dddddd;
	margin-bottom:15px;
}

.orderCallendarTableHeader{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-bottom:solid 1px #dddddd;
}

.orderCallendarTableHeaderCell{
	font-size:13px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-weight:bold;
	heihgt:22px;
	background-color:#eeeeee;
	border-left:solid 1px #dddddd;
	width:calc((100% / 7));
}

.orderCallendarTableCollDay{
	position:absolute;
	top:0px;
	height:100%;
	width:1px;
	background-color: #666666;
}

.orderCallendarTableCollDay.first{
	left:calc((100% / 7) - 1px) ;
}

.orderCallendarTableCollDay.second{
	left:calc((100% / 7)*2);
}

.orderCallendarTableCollDay.third{
	left:calc((100% / 7)*3);
}

.orderCallendarTableCollDay.fourth{
	left:calc((100% / 7)*4);
}

.orderCallendarTableCollDay.fifth{
	left:calc((100% / 7)*5);
}

.orderCallendarTableCollDay.sixsth{
	left:calc((100% / 7)*6 + 1px);
}

.monday{
	left:70px;
}

.orderCallendarTableCellItem {
	position:absolute;
	padding:5px;
	border-top:solid 2px #ff5050;
	border-bottom:solid 2px #ff5050;
	width:70px;
	background-color: rgba(255,120,120,0.7);
	color:#ffffff;
	font-size: 12px;
	
}

.hourStart_12{
	top:calc(40px * 3);
}

.hours3{
	height:calc(40px * 3);
}

.orderCallendarTableRow{
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	border-bottom:solid 1px #dddddd;
}

.orderCallendarTableRowDay{
	width:100%;
	height:auto;
	border:solid 1px #666666;
	position:relative;
}

.orderCallendarTableCellHour{
	width:100%;
	height:40px;
	border-bottom:solid 1px #666666;
	font-size:14px;
	font-weight:bold;
	background-color:#1B1B1B;
	padding:5px;
	color:#ffffff;
}

.orderCallendarTableCell{
	position:relative;
	background-color:#ffffff;
	border-left:solid 1px #dddddd;
	width:calc((100% / 7));
	height:105px;
}

.callendarDayNumber{
	font-size:27px;
	font-weight:bold;
	position:absolute;
	rop:7px;
	left:7px;
	color:#777777;
}

.orderCallndarHistory{
	position:absolute;
	bottom:7px;
	right:7px;
	width:calc(100% - 14px);
	
}

.orderCallendarHistoryBlock{
	width:100%;
	
	border-bottom:solid 3px #aaaaaa;
	display:flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom:3px;
}

.orderCallendarTime{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}

.orderCallendarHistoryBlock.compleate {
	border-color: rgba(34,139,34, 0.7);
	color:rgba(34,139,34, 1);
}


.orderCallendarHistoryBlock.warning{
	border-color: rgba(255,80,80, 0.7);
	color:rgba(255,80,80, 1);
}


.orderCallendarHistoryBlock.inwork{
	border-color:  rgba(129, 140, 248, 0.7);
	color:rgba(129, 140, 248, 1);
}

.orderCallendarHistoryBlock.raskroy{
	border-style: solid;
}

.orderCallendarHistoryBlock.kromlenie{
	border-style: dashed;
}

.orderCallendarHistoryBlock.prisadka{
	border-style: double;
}

.orderCallendarHistoryBlock.nowork{
	border-style: solid;
	border-color:  rgba(0, 0, 0, 0.7);
	color:rgba(0, 0, 0, 1) !important;
}

.nowork .orderCallendarTime{
	color:rgba(0, 0, 0, 1); 
}

.nowork  .orderCallendarOrderInfo{
	background-color:rgba(0, 0, 0, 0.2); 
}


.orderCallendarColorsInfoContainer{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom:40px;
}

.orderCalendarColorsItem{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	margin-right:25px;
}

.orderCalendarColor.raskroy{
 	margin-top:-3px;
 	border-bottom:solid 3px #cccccc;
 	width:20px;
}

.orderCalendarColor.kromlenie{
 	margin-top:-3px;
 	border-bottom:dashed 3px #cccccc;
 	width:20px;
}

.orderCalendarColor.prisadka{
 	margin-top:-3px;
 	border-bottom:double 3px #cccccc;
 	width:20px;
}

.orderCalendarColorTitle{
	font-size:14px; 
	font-weight: bold;
	color:#999999;
	margin-left:15px;
}

.ProductValues{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 440px;
}

.ProductValueItem{
	width:95px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.productValueItemLabel{
	font-size:12px;
	color:#777777;
	margin-bottom:3px;
}

.productValueItemInput{
	width:100%;
}

.productValueItemInput input{
	width:100%;
	border:none;
	border-bottom:solid 1px #777777;
	padding:0px 5px;
	font-size:14px;
	font-weight:bold;
}

.productValueItemInput input:focus{
    outline: none;
    border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ProductItemTitleBlock{
	width:250px;
}


.DocumentContainer{
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	background: #F3F4F8;
	min-height: 100vh;
}


.documentLeftMenuContainer{
	height:100vh;
}


.leftMenuItem{
	height:41px;
	min-height: 41px;
	width:100%;
	display:flex;
	align-items: center;
	justify-content: flex-start;
	border:none;
	
	color: #0059A9;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 171.429% */
}

.leftMenuItem.active{
	border-right:solid 3px rgba(185, 148, 88, 1)!important;
	background-color:#DFF0FF !important;
}

.leftMenuItem.active svg path{
	stroke:#0059A9;
}

.leftMenuItem:hover{

}


.hederMeniItemIcon{
	margin-left:18px;
	margin-right:13px;
}

.hederMeniItemTitle{
	color: #606060;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */;
}

.LeftHeaderlogoBLock{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 30px;
    padding-left: 17px;
    padding-bottom: 10px;
}


.DocumentRightContentContainer{
	
	width:calc(100% - 216px);
}

.AuthorizationInfoContainer{
	display:flex;
	align-items: center;
	justify-content: space-between;
	width:100%;

}

.AuthInfoNameBlock{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.AuthInfoIcon{
	margin-left:7px;
	margin-right:15px;
}

.PageTitleContainer{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}

.PageTitleIcon{
	margin-right:15px;
}

.PageTitle{
	color: #000;
	font-size: 19.185px;
	font-style: normal;
	font-weight: 700;
	line-height: 32.889px; /* 171.429% */
}

.PageHeaderLine{
	padding-top:22px;
	padding-left:20px;
	padding-bottom:20px;
}

.productRecount{
	padding: 7px 10px;
    font-size: 14px;
    border: solid 2px #dddddd;
    border-radius: 19px;
    cursor: pointer;
    background-color: #eeeeee;
    margin-top: 10px;
    width: 120px;
    text-align: center;
    color:#777777;
    font-weight:bold;
    display: none;
}

.colapserButton{
	display:flex;
	align-items: center;
	justify-content: center;
	width:35px;
	height:35px;
	background-color:#eeeeee;
	border:solid 2px #dddddd;
	font-size:20px;
	color:#999999;
	cursor:pointer;
}

.NavigationMenuContainer{
	position:fixed;
	 left:0px;
	  top:0px;
	   width:216px; 
	   z-index:1245; 
	   height:100vh; 
	   background-color:#ffffff;
}

.PageMenuAuthBlock{
	border-top:solid 1px #dddddd; 
	margin-left:0px; 
	margin-top:15px; 
	padding-top:5px;
	margin-inline-start:0px !important;
}

.orderCardChatItemLeft{
	margin-left:0px;
	margin-top:0px;
	margin-bottom:10px;
	display:inline-block;
	
}

.orderCardChatItemLeft .orderCardChatItemMessage{
	border-radius: 0 20px 20px 20px;
	border: 1px solid rgba(181, 191, 214, 0.20);
	background: #222;
	padding:7px 20px;
	color: #828282;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 186.667% */
	display:inline-block;
}

.orderCardChatItemInfoBlock{
	display:flex;
	align-items: center;
	justify-content: space-between;
	color: #BCBCBC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	margin-top:3px;
}

.orderCardChatItemInfoSender{
	padding-right:7px;
}

.orderCardChatItemInfoTime{
	font-weight:bold;
}

.orderCardChatItemRight, .orderCardChatItemSystem{
	display:inline-block;
	margin-bottom:10px;
}

.orderCardChatItemMessageFileContainer{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.orderCardChatItemMessageIcon{
	margin-right:10px;
	margin-left:-10px;
}

.fileName{
	color:rgba(129, 140, 248, 1);
	text-decoration: underline;
	cursor:pointer;
}




.orderCardChatItemsInside{
	width:100%; 
	background-color:#ffffff;
	padding:10px;
}

.orderCardChatItemRight .orderCardChatItemMessage{
	border-radius:  20px 0 20px 20px;
	border: 1px solid rgba(181, 191, 214, 0.20);
	background: #222;
	padding:7px 20px;
	color: #828282;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 186.667% */
	display:inline-block;
}

.orderCardChatItemSystem .orderCardChatItemMessage{
	border: 1px solid rgba(181, 191, 214, 0.20);
	border-radius:  20px;
	background: #222;
	padding:7px 20px;
	color: #828282;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 186.667% */
	display:inline-block;
	padding:12px;
}

.orderCardChatItemContentBlock{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.default.orderCardChatItemMessage{
	background:#666666 !important;
}

.info.orderCardChatItemMessage{
	background:#324255 !important;
}

.warning.orderCardChatItemMessage{
	background:#AE5700 !important;
}

.error.orderCardChatItemMessage{
	background:#7C1B18 !important;
}

.success.orderCardChatItemMessage{
	background:#2D522E !important;
}

.orderCardUploadedLeadFile{
	color:rgba(34,139,34, 1);
	cursor:pointer;
	text-decoration: underline;
}

.orderCardChatItemTitle{
	color: #FFF;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px; /* 146.667% */
	margin-left:10px;
}

.orderCardChatItemText{
	color: #AAA;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 146.667% */
	padding-left:30px;
	padding-right:15px;
}

.orderCardChatItemTitleIcon{
	height:20px;
	width:20px;
	background-position:center;
	background-repeat: no-repeat;
	background-size: contain;

}

.default .orderCardChatItemTitleIcon{
	background-image:url('../img/admin/message-icon-default.svg');
}

.info .orderCardChatItemTitleIcon{
	background-image:url('../img/admin/message-icon-info.svg');
}

.warning .orderCardChatItemTitleIcon{
	background-image:url('../img/admin/message-icon-warning.svg');
}

.error .orderCardChatItemTitleIcon{
	background-image:url('../img/admin/message-icon-error.svg');
}

.success .orderCardChatItemTitleIcon{
	background-image:url('../img/admin/message-icon-success.svg');
}


.orderCardChatItem.left{
	text-align: left;
}

.orderCardChatItem.right{
	text-align: right;
}


.darkTheme .orderCardChatItemLeft .orderCardChatItemMessage{
	border: 1px solid rgba(181, 191, 214, 0.20);
	background: #222;
	color: #828282;
}

.darkTheme  .orderCardChatItemInfoBlock{
	color: #BCBCBC;
}


.darkTheme .NavigationMenuContainer{
	 background-color:#222222;
}

.darkTheme .LeftHeaderlogoBLock svg path{
	//fill:#ffffff;
}

.darkTheme .LeftHeaderlogoBLock svg path#backColor{
	fill:#222222;
	stroke: #ffffff;
}

.darkTheme .LeftHeaderlogoBLock svg path#backColor2{
	fill:#222222;
	stroke: #ffffff;
}

.darkTheme .leftMenuItem.active{
	background-color: rgba(185, 148, 88, 0.3) !important;
	border-right: solid 3px rgba(185, 148, 88, 1);
	color:#ffffff;
}

.darkTheme .leftMenuItem.active svg path{
	stroke: #ffffff;
}

.darkTheme .leftMenuItem.active .suppliers svg path{
	stroke: #ffffff;
	fill: #ffffff;
}

.darkTheme .leftMenuItem.active .clients  svg path{
	stroke: #ffffff;
	fill: #ffffff;
}



.darkTheme .leftMenuItem.active .headerMenuItemTitle{
	color:#ffffff;
}

.darkTheme .DocumentContainer{
	background-color: rgba(20, 20, 20, 1);
}

.darkTheme  .PageTitleIcon svg path{
	stroke: #ffffff;
}

.darkTheme .PageTitle{
	color:#ffffff;
	font-weight:700;
}

.darkTheme .PageMenuAuthBlock{
	border-top:solid 1px rgba(213, 213, 213, 0.2);
}

.darkTheme .AdminPageAddButton{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #333;
	color:#ffffff;
}

.darkTheme .changeViewButton{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #333;
	color:#ffffff;
}

.darkTheme  .TableSearchBlockInput input{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #424242;
	color:#ffffff;
}

.darkTheme  .TableSearchButton{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #424242;
	color:#ffffff;
}

.darkTheme  .SearchInfoBLock{
	color: #979797;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 160% */
}

.darkTheme  .SearchInfoBLock span{
	color: #BEBEBE;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.darkTheme .TableHeaderRow{
	background: #222;
	border:none;
	color:#ffffff;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 184.615% */
	padding-top:7px;
	padding-bottom:7px;
}

.darkTheme  .TableBlock{
	border:none;
	background: #222;
}

.darkTheme .reloadButton{
	background-color:inherit;
	border:none;
	font-size:20px;
	color:#ffffff;
}

.darkTheme .TablePaginationLabel{
	color:rgba(96, 96, 96, 1);
}

.darkTheme .TablePaginationItem{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #333;
	color: #B1B1B1;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 171.429% */
}

.darkTheme .TableRow{
	background-color: #2C2C2C;
	border-top:none;
	color:#ffffff;
}

.darkTheme .TableRow.odd{
	background-color: #484848;
}

.darkTheme .statusActive, .darkTheme .statusCompleate{
	color:#ffffff;
}

.darkTheme .statusHidden{
	border-radius: 7px;
	background: #353434;
	color:#777777;
	border:none;
}

.editIcon, .deleteIcon{
	cursor:pointer;
}

.darkTheme  .editIcon #backBlock, .darkTheme  .deleteIcon #backBlock{
	display:none;
}

.darkTheme  .editIcon path{
	fill:none;
	stroke: #BCBCBC;
}

.darkTheme .deleteIcon path{
	stroke: #FF625E
}

.darkTheme .PermissionRoleItemTitleColapse{
	background-color:#333333;
	border-color:#666666;
	color:#ffffff;
}

.darkTheme .ordersInsideItemsContainer{
	background-color:#484848;
	padding-bottom:40px;
}

.darkTheme .orderCardLeft{
	background-color: #2F2F2F;
	border-right:none;
	border-bottom:none;
	color:#ffffff;
}

.darkTheme .tableRowInside{
	border-top:none;
	padding-bottom:0px;
	background-color: #484848;
	border-bottom:solid 2px #222222;
	color:#ffffff;
}

.darkTheme .OrdersCardBlock{
	background-color:#3B3B3B;
	border-bottom:none;
}

.darkTheme .orderCardRight{
	background-color:#3B3B3B;
}

.darkTheme .ordersCardChatTitle{
	color: #BCBCBC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
}



.darkTheme  .orderCardChatForm{
	background-color:#3B3B3B;
	color:#ffffff;
	border-top:none;
}


.darkTheme .orderCardChatItems{
	background-color:#515050;
	height:600px;

}

.darkTheme  .orderCardChatItemsInside{
	background-color:#515050;
}

.darkTheme  .orderCardChatInputLabel{
	color: #BCBCBC;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
}

.darkTheme .orderCardChatInput textarea{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #424242;
	
}

.darkTheme .orderCardChatButtonSend{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #333;
	color: #FFF;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 184.615% */
}

.darkTheme  .orderProgressItemNumber{
	background-color: #474747;
	border-color: #666;
	color: #FFF;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 141.176% */
}

.darkTheme  .active .orderProgressItemNumber{
	background-color: #2D522E;
	border-color: #29392A;
}

.darkTheme  .warning .orderProgressItemNumber{
	background-color: #863E3C;
	border-color: #B15654;
}

.darkTheme  .inwork .orderProgressItemNumber{
	background-color: rgba(129, 140, 248, 1);
	border-color: rgba(129, 140, 248, 1);
}

.darkTheme .orderProcessRequeriedStepCheckbox input{
	background-color:#2F2F2F;
	border:solid 2px #828282;

}

.darkTheme .orderProcessRequeriedStepTitle{
	color: #828282;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.darkTheme  .FormWindowContainer{
	background-color:#171717;
	border-left:none;
}

.darkTheme .WindowFormTitle{
	background-color:#222222;
	color:#ffffff;
    font-weight: 700;
    border-bottom:none;
}	

.darkTheme .SeparatorBlockCollapser{
	border-top-color:#2F2F2F;

}

.darkTheme .FromItemBlockTitle{
	color:#999999;
	background-color:#222222;
}

.darkTheme .collapseButton{
	background-color:#1F1F1F;
	color:#999999;
}

.darkTheme  .WindowsFormItemLabel{
	color: #BCBCBC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.darkTheme .WindowsFormItemBlock input{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #424242;
	color:#ffffff;
}

.darkTheme .WindowsFormItemBlock textarea{
	border-radius: 2px;
	border: 1.5px solid #666;
	background: #424242;
	color:#ffffff;
}

.darkTheme .WindowsFormItemBlock select{
	border-radius: 2px;
	border: 1.5px solid #666;
	background-color: #424242;
	color:#ffffff;
}


.darkTheme .detailsProductionAddButton{
	border-radius: 2px;
    border: 1.5px solid #666;
    background: #333;
    color: #ffffff;
}

.darkTheme  .GoodsSearchInputContainer input{
	background-color:inherit;
	color:#ffffff;
	border-bottom:solid 1px #666666;
}

.darkTheme  #windowsHider{
	background-color:rgba(0,0,0, 0.7);
}

.darkTheme  .showMaterialsItemContainer, .darkTheme  .showGoodsItemContainer, .darkTheme .showDetailsItemContainer, .darkTheme .showFurnituraItemContainer,  .darkTheme .showFacadesItemContainer, .darkTheme .searchMaterialsItemContainer, .darkTheme .searchGoodsItemContainer, .darkTheme  .searchProductsItemContainer, .darkTheme .searchDetailsItemContainer, .darkTheme  .searchFurnituraItemContainer , .darkTheme  .searchFacadesItemContainer  {
	background-color:#2C2C2C;
	color:#ffffff;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	border-bottom:solid 1px #222;
}


.darkTheme  .showMaterialsItemContainer.odd, .darkTheme  .showGoodsItemContainer.odd, .darkTheme .showDetailsItemContainer.odd, .darkTheme .showFurnituraItemContainer.odd, .darkTheme .searchGoodsItemContainer.odd, .darkTheme .searchMaterialsItemContainer.odd, .darkTheme  .searchProductsItemContainer.odd , .darkTheme .searchDetailsItemContainer.odd, .darkTheme  .searchFurnituraItemContainer.odd, .darkTheme  .searchFacadesItemContainer.odd {
	background-color:#484848;
}

.darkTheme  .GoodsSearchResult, .darkTheme .ProductsSearchResult, .darkTheme  .DetailsSearchResult, .darkTheme  .FurnituraSearchResult, .darkTheme  .FacadesSearchResult, .darkTheme  .MaterialsSearchResult{
 	border:solid 1px #222222;
}

.darkTheme .KorzinaItemCountInput input{
	color:#ffffff;
}

.darkTheme .KorzinaItemCountMinus svg path, .darkTheme .KorzinaItemCountPlus svg path{
	stroke: #666666;
}

.darkTheme .deleteButton svg rect{
	display:none;
}

.darkTheme .deleteButton svg path{
	stroke: #FF504C;
}

.darkTheme .WindowsFormButtonsBlock{
	background-color:#222222;
	border-top:none;
}

.darkTheme .WindowsFormSubmitButton{
	border-radius: 2px;
    border: 1.5px solid #666;
    background: #333;
    color: #ffffff;
}

.darkTheme .FormGoodsInfoaddItemButton{
	border-radius: 2px;
    border: 1.5px solid #666;
    background: #333;
    color: #ffffff;
}


.darkTheme  .FormGoodsInfoValue, .darkTheme .FormGoodsInfoName{
	background-color:#2f2f2f;
	color:#ffffff;
}

.darkTheme .scrollBlock::-webkit-scrollbar{
  width:5px;
  background-color:#0059A9 ;
}



.darkTheme .scrollBlock::-webkit-scrollbar-thumb{

  background-color: #0059A9;
}



.darkTheme .scrollBlock::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #0059A9
}



.darkTheme .scrollBlock::-webkit-scrollbar-track{
    border-width:0;
    background-color:#2f2f2f;
}



.darkTheme .scrollBlock::-webkit-scrollbar-track:hover{
    background-color: #2f2f2f;
}


.darkTheme .WindowsFormItemContainer{
	color:#777777;
}

.darkTheme .scrollBlock::-webkit-scrollbar-thumb{

  background-color: #0059A9;
}



.darkTheme.scrollBlock::-webkit-scrollbar-thumb:hover{
    border-width: 1px 1px 1px 2px;
    border-color: #555;
    background-color: #0059A9
}



.darkTheme.scrollBlock::-webkit-scrollbar-track{
    border-width:0;
    background-color:#2f2f2f;
}



.darkTheme.scrollBlock::-webkit-scrollbar-track:hover{
    background-color: #2f2f2f;
}


.darkTheme.WindowsFormItemContainer{
	color:#777777;
}

.darkTheme .searchMaterialsItemContainer:hover, .darkTheme .searchGoodsItemContainer:hover, .darkTheme .searchDetailsItemContainer:hover, .darkTheme .searchFurnituraItemContainer:hover, .darkTheme .searchProductsItemContainer:hover , .darkTheme .searchFacadesItemContainer:hover{
	background-color:#111111 !important;
}

.darkTheme .FormDarkerBlock{
	background-color:rgba(0,0,0,0.7);
}

.darkTheme .GoodsSearchResult, .darkTheme .FurnituraSearchResult, .darkTheme .DetailsSearchResult, .darkTheme .ProductsSearchResult, .darkTheme .FacadesSearchResult, .darkTheme .MaterialsSearchResult{
	background-color:#222222;
	color:#777777;
}

.loadingImage{
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
}

.darkTheme .RowsContainer{
	background-color: #2f2f2f;
}

.darkTheme  .qrCodeButton{
	color:#eeeeee!important;
	background-color:inherit !important;
	border:none !important;
	font-size:21px;
}

.darkTheme .TableRowItems input[type=checkbox]{
	background-color:#222222;
	border-color:#4f4f4f;

}

.darkTheme .FormGoodsAddImageButton{
	background-color:#222222;
	border-color:#4f4f4f;
	color:#444444;
}

.darkTheme  .WindowsFormItemBlock.withSeparator{
	border-top:dashed 1px #2f2f2f;
}

.darkTheme .FormGoodsInfoLine{
	border-color:#2f2f2f;
}

.darkTheme .GoodsProductionInfoDetailsItem{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	background-color:#2C2C2C;
	color:#ffffff;
	border-left:solid 1px #222;
	border-right:solid 1px #222;
	border-bottom:solid 1px #222 !important;
	margin-bottom:0px;
}

.darkTheme .GoodsProductionInfoDetailsItem.odd{
	background-color:#484848;
}

.darkTheme .inWork.ProductionItemTitle{
	color:#ffffff;
}

.darkTheme .inWork.ProductionItem .ProductionItemTitle{
	color:#ffffff;
}

.darkTheme  .WindowsFormItemContainer.noColumns.Productions{
	background-color:#222222;
}


.darkTheme  .ProductionItem{
	border-top:none !important;
	border-bottom:none !important;
}


.darkTheme  .ProductionItem input{
	border-radius: 2px;
	border: 1.5px solid #666;
	background-color: #424242;
	color:#ffffff;
}

.darkTheme  .ProductionItem select{
	border-radius: 2px;
	border: 1.5px solid #666;
	background-color: #424242;
	color:#ffffff;
}

.darkTheme  .ProductionItem input[type=checkbox]{
	border-radius: 2px;
	border: 1.5px solid #666;
	background-color: #424242;
	color:#ffffff;
}

.infoIconButton{

	position:absolute;
	right:30px;
	top:5px;
	cursor:pointer;
}


.darkTheme  .ordersInsideTableTitle{
	border-bottom:solid 1px #666666;
}

.darkTheme .KorzinaItem{
	border-bottom:solid 1px #666666 !important;
	background-color:#515050;
	color:#ffffff;
	height: auto;
}

.darkTheme .KorzinaItem.odd{
	background-color:#3C3C3C;
}

.darkTheme  .KorzinaItemTitle{
	color:#ffffff;
}

.darkTheme .KorzinaItemArticleBlock span{
	color:#ffffff;
}

.darkTheme .productValueItemLabel{
	color:#ffffff;
}

.darkTheme .colapserButton{
	border:solid 1px #666666;
	background-color:#333333;
}

.darkTheme .ProductItemValuesBlock input{
	border-color: #666666;
	background-color:#333333;
	color:#ffffff;
}

.darkTheme  .orderCallendarTableHeader{
	border-bottom-color:#666666;
}

.darkTheme  .orderCallendarTableHeaderCell{
	background-color:#515050;
	border-left-color:#666666;
	color:#ffffff;
}

.darkTheme .orderCalendaRTable{
	border-top-color:#666666;
	border-right-color:#666666;
}

.darkTheme  .orderCallendarTableRow{
	border-bottom-color:#666666;
}

.darkTheme  .orderCallendarTableCell{
	background-color:#3B3B3B;
	border-left-color:#666666;

}

.darkTheme .callendarDayNumber{
	color:#ffffff;
}

.darkTheme .orderCallendarBLockTtile{
	color:#ffffff;
}

.darkTheme  .orderCallendarMonth{
	color:#ffffff;
}

.darkTheme .tableRowInside.productionBLock{
	background-color:#3b3b3b;
}

.darkTheme .PermissionsRoleItemTitleContaier{
	border-bottom-color:#666666;
	color:#ffffff;
}

.darkTheme .createPageItemInput input{
	border-color: #666666;
	background-color:#333333;
	color:#ffffff;
}

.darkTheme  .buttonCreatePage{
	border-radius: 2px;
    border: 1.5px solid #666;
    background: #333;
    color: #ffffff;
}

.darkTheme  .PermisssionsRoleItemPermissionsItem{
	border-color: #666666;
	background-color:#333333;
	color:#ffffff;
}

.darkTheme  .PermissionRoleAddBlock{
	border: solid 1px #666666;
	background-color:#2b2b2b;
	color:#ffffff;
}

.darkTheme  .PermissionRoleAddTitle{
	color:#ffffff;
}

.darkTheme .PermissionRoleAddBlock select, .TablePermissionsFormSelect{
	border-bottom-color: #666666;
	background-color:#333333;
	color:#ffffff;
}

.darkTheme .tablePermissionsBlockRight{
	border-color: #666666;
}

.darkTheme .TablePermissionsBlockItems{
	border-color: #666666;
	background-color:#333333;
	color:#ffffff;
}



.darkTheme .tablePermissionsBlockLeftTtitle{
	color:#ffffff;
}

textarea[name=details_konstruktor]{
	height:300px;
}

.orderCallendarOrderInfo{
	font-size:12px;
	padding:2px 5px;
	background-color:rgba(255,255,255,0.2);
	color:#ffffff;
	cursor:pointer;
}

.hardwareCalendarTableContainer{
	overflow-x:auto;
	border-right:solid 1px #666666;
	
}

.hardwareCalendarTable{
	width:100%;
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	border-left:solid 1px #666666;
	border-top:solid 1px #666666;
}

.hardwareCalendarHeader{
	display:flex;
	align-items: flex-start;
	justify-content: flex-start;
	background-color:#515050;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
}

.hardwareCalendarRow{
	display:flex;
	align-items: stretch;
	justify-content: flex-start;
	border-left:solid 1px #666666;
	background-color:#2B2B2B;
	width: min-content;
}

.hardwareCalendarRow:nth-child(odd){
	background-color:#3b3b3b;
}

.hardwareCalendarHeaderCell{
	padding:7px;
	font-size:13px;
	color:#ffffff;
	text-align:center;
	min-width:150px;
	width:150px;
	border-right:solid 1px #666666;
	background-color:#515050;
}

.hardwareCalendarHeaderCell.first{
	min-width:200px;
}

.hardwareCalendarCell{
	
	padding:7px;
	border-right:solid 1px #666666;
	min-width:150px;
	width:150px;
	border-bottom:solid 1px #666666;
	height:45px;


}

.hardwareCalendarCell:nth-child(odd){
	background-color:#3b3b3b;
}

.hardwareCalendarOrderId{
	font-weight:bold;
	font-size:18px;
	color:#ffffff;
	min-width:200px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-right:solid 1px #666666;
	height:100%;
	padding:7px;
	border-bottom:solid 1px #666666;
	height:45px;

}

.hardwareCalendarOrderId:nth-child(odd){
	background-color:#3b3b3b;
}

.hardwareCalendarCellInfoContainer{
	width:calc(100% - 10px);
	margin:0px auto;
}

.hardareCalendarCellInfo{
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.hardwareCalendarCellInfoLine{
	height:2px;
	width:100%;
	background-color:#ffffff;
}

.hardwareCalendarColl{
	flex-direction:column;
	width:200px;
}