#workplace-index {
	width: 99%;
	position: relative;
	display: inline-table;
	border-collapse: collapse;
}

#workplace-index[scope="inb"] th,
#workplace-index[scope="inb"] td{
	border: none;
}

#workplace-index[scope="inb"] tr.current-scope{
	background-color: unset;
}

#workplace-index th {
	border-bottom: 1px solid rgb(51, 64, 90);
	padding-bottom: 6px;
	font-size: 14px;
}

#workplace-index td {
	vertical-align: middle;
    border-bottom: 1px solid rgb(51, 64, 90);
    border-left: 1px dashed rgb(51, 64, 90);
    font-size: 15px;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

#workplace-index input[type="checkbox"] {
	display: inline;
	width: 28px;
	position: relative;
    top: -2px;
    left: 4px;
}

#workplace-index tr{
	transition: background-color ease .5s;
}

#workplace-index tr.current-scope{
	background-color: #59719a;
}

.wpid-calc {
	background-color: rgb(3, 144, 148);
}

#dialog-wpid-calc {
	text-align: center;
}

#dialog-wpid-calc input {
	width: 50px;
}

#dialog-wpid-calc .result {
	font-size: 50px;
    color: lime;
}

.scope-col {
	width: 190px;
}

#workplace-index input {
	width: 92%;
}
#dialog-workplace-editor .physical-place-hruid,
#dialog-physical-places .physical-place .physical-place-hruid {
	display: block;
}

#dialog-physical-places .physical-place-num,
#dialog-workplace-editor .physical-place-num {
	color: rgb(192, 158, 173);
	flex-grow: 1;
}

#dialog-physical-places .physical-place,
#dialog-workplace-editor .pp .item,
#dialog-workplace-editor .scope-list > span {
	margin: 1px 6px 1px 0;
    border-radius: 3px;
    background-color: rgb(66, 63, 89);
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    display: inline-block;
}
#dialog-physical-places .physical-place {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-top: 2px;
}

#dialog-physical-places .physical-place .container {
	flex-grow: 1;
	align-self: end;
}

#dialog-physical-places .physical-place > * {
	margin-right: 12px;
}

#dialog-physical-places .free,
#dialog-physical-places .unused {
	background-color: #34466b;
}

#dialog-physical-places .rondo {
	position: relative;
    top: -3px;
    margin-right: 2px;
    flex: 0 0 auto;
}

/* hided temporary, will be shown when will be developed solution without deleting PP from DB (CLEA-186)*/
#dialog-physical-places .del-physical-place {
	background-color: rgb(190, 38, 84);
	display:none;
}

#dialog-physical-places .attach {
	background-color: rgb(2, 111, 64);
}

#dialog-physical-places .unused .attach {
	background-color: #777777;
}

#dialog-workplaces select {
	width: 100%;
}

.add-tool {
	border-top: 1px dashed rgb(44, 52, 67);
	border-bottom: 1px dashed rgb(44, 52, 67);
	margin-top: 4px;
}

.add-tool button,
#dialog-workplace-editor button {margin-left: 12px;}
