/*Investors */
.investors {
	padding-left: 0;
	padding-right: 0;
	height: 430px;
	.table {
		.thead-light {
			th {
				padding-right: 22px;
			    background-color: #f5f5f5;
			    padding-right: 22px;
			    color: $additional-color-2;
			    text-transform: uppercase;
			    font-size: 16px;
			    font-weight: normal;
			    border-top: none;
			    border-bottom: none;
			    font-weight: 600;
			}
		}
	}
	.title-heading {
		padding-right: 15px;
		padding-left: 15px;
	}
	.text {
		padding-right: 15px;
		padding-left: 15px;
		color: $additional-color-11;
		font-weight: 600;
		font-size: 13px;
	}
	table.table {
		tbody {
			tr {
				td[class*="investor-"] {
					span {
						padding-left: 5px;
						color: $additional-color-11;
					}
					.d-m-investor {
						border: 3px $solid $color_38;
						width: 13px;
						height: 13px;
					}
				}
				td.investor-1 {
					.d-m-investor {
						background-color: $additional-color-5;
					}
				}
				td.investor-2 {
					.d-m-investor {
						background-color: $color_47;
					}
				}
				td.investor-3 {
					.d-m-investor {
						background-color: $color_56;
					}
				}
				td.investor-4 {
					.d-m-investor {
						background-color: $info;
					}
				}
				td.investor-5 {
					.d-m-investor {
						background-color: $color_126;
					}
				}
				td.investor-6 {
					.d-m-investor {
						background-color: $additional-color-4;
					}
				}
				td {
					span.caret-down {
						position: $pos-rel;
						top: 15px;
						right: 5px;
						border-top: 9px dashed;
						border-right: $b-width-5 $solid $color_none;
						border-left: $b-width-5 $solid $color_none;
						color: $color_125;
					}
					span.caret-up {
						position: $pos-rel;
						bottom: 15px;
						right: 5px;
						border-top: 0px dashed;
						border-bottom: 9px $solid;
						border-right: $b-width-5 $solid $color_none;
						border-left: $b-width-5 $solid $color_none;
						color: $color_126;
					}
				}
			}
		}
	}
	.table {
		.thead-light {
			th {
				background-color: $light-default;
			}
		}
	}
}
.table {
	td {
		border-top: $b-width-1 $solid $color_127;
		padding-right: 22px;
		padding-bottom: 12px;
		padding-top: 10px;
	}
}
