.boards_page_title {
	margin-top: 0px;
	font-size: 24px;
}

.board_main_counters_container {
	margin-top: 0px;
	font-size: 24px;
}

.board_main_counters_container .ragst {
	font-weight: bold;
}

.box_ragst {
	font-weight: bold;
}

.box_title {
	font-weight: bold;
}

.boards_container {
	width: 100%;
	display: flex;
	height: 100%;
	margin-bottom: 15px;
	position: relative;
}

.boards_container .board_div {
	background-color: white;
	outline: 1px solid #41719c;
	overflow: hidden;
	height: 100%;
}

.board_header_horizontal {
	margin: 2px;
}

.board_header_horizontal div:not(.fclear) {
	height: 30px;
	display: flex;
	align-items: center;
	vertical-align: middle;
}

.board_header_horizontal .box_ragst {
	margin-right: 4px;
}

.board_header_vertical {
	writing-mode: tb-lr;
	writing-mode: vertical-lr;
	height: 100%;
	width: 100%;
	padding-top: 4px;
}

.board_header_vertical div:not(.fclear) {
	display: flex;
	align-items: center;
	width: 100%;
}

.board_header_vertical .box_ragst {
	margin-bottom: 4px;
}

.boards_container .board_div .btn {
	width: 25px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	background-color: #41719c;
	color: white;
	font-weight: bold;
}

.boards_container .board_div .btn:hover {
	
}

.board_content {
	/*display: flex;
    flex-wrap: wrap;
    justify-content: left;*/
	height: calc(100% - 30px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 10px;
}


.elemDivOuter {
	width: 120px;
	height: 90px;
	color: white;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	cursor: pointer;
}

.elemDivOuter.green {
	background-color: #289e28;
}
.elemDivOuter.amber {
	background-color: #ffc000;
}
.elemDivOuter.red {
	background-color: #b43232;
}
.elemDivOuter.silver {
	background-color: #acacac;
}

.elemDivOuter.CMM {
	border-radius: 10px;
}
.elemDivOuter.SB {
	border-radius: 50%;
}
.elemDivOuter.SIL {
	transform: skew(-10deg);
	border-radius: 10px;
}

.elemDivInner.SIL {
	transform: skew(10deg);
}

.elemDivInner {
	width: 120px;
	height: 90px;
	position: relative;
}

.project_leader_initial {
	position: absolute;
	top: 0;
	left: 0;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #41719c;
}

.supplier_initial {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	border-radius: 50%;
	text-align: center;
	background-color: #bf9000;
	border: 1px solid grey;
}

.flag_exclamation {
	position: absolute;
	top: -5px;
	left: 46.5px;
	width: 27px;
	border-radius: 50%;
	background-color: white;
    height: 27px;
    line-height: 25px;
	user-select: none;
}

.elem_bu {
	position: absolute;
	top: 20px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
	font-weight: bold;
}

.elem_refrev {
	position: absolute;
	top: 35px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
	font-weight: bold;
}

.elem_draftnum {
	position: absolute;
	top: 50px;
	width: 100%;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.elem_timer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 30%;
	height: 21px;
	background-color: white;
	border: 2px solid grey;
	color: grey;
	text-align: center;
}
.elem_age {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 30%;
	height: 21px;
	background-color: white;
	border: 2px solid grey;
	color: grey;
	text-align: center;
}

.age_span, .timer_span {
	position: relative;
	top: -2px;
}

.elem_checkbox {
	position: absolute;
	bottom: 0px;
    width: 20px;
	height: 21px;
   /* left: calc(120px / 2 - 20px / 2);*/
   left: 52.5px;
}


#boards_rev_popup .control-label {
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.togglebtn_unpressed {
	cursor: pointer;
	box-shadow: 2px 4px rgba(0, 0, 0, 0.2);
	margin-left: 3px;
	user-select: none;
	font-weight: bold;
}

.togglebtn_pressed {
	margin-left: 3px;
	cursor: pointer;
	box-shadow: 0px 0px #d3545d;
	position: relative;
	top: 3px;
	user-select: none;
	font-weight: bold;
}

.togglebtn_doctype {
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
	cursor: pointer;
	margin-left: 3px;
	user-select: none;
	font-weight: bold;
	width: 55px;
	text-align: center;
}
.togglebtn_doctype.unpressed {
	box-shadow: 2px 4px rgba(0, 0, 0, 0.2);
}

.togglebtn_doctype.pressed {
	box-shadow: 0px 0px #d3545d;
	position: relative;
	top: 3px;
}

.main_filters_div input[type="radio"] {
	position: relative;
	top: 2px;
	margin-right: 1px;
}