body {
	color: #252536;
	background-color: #F2F2F3;
	font-family: 'Roboto', sans-serif;
	background-image: url('../bg-light.svg');
    background-size: cover;
}

/* containers */
.container {
	margin-top: 60px;
	margin-bottom: 10px;
}
.container-fluid {
	margin-top: 60px;
	margin-bottom: 10px;
}
.block {
	background-color: #fff;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 20px;
}

/* nav */
.nav_dark {
	background-color: #1B1B27;
	height: 50px;
}
.nav_dark a {
	color: #bdbdbd;
	font-size: 15px
}
.nav_dark a:hover {
	color: #fff;
}

/* alerts */
.red_alert {
	background-color: #ffd2d2;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 10px;
	color: #505050;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.blue_alert {
	background-color: #c9e6ff;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 10px;
	color: #505050;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.green_alert {
	background-color: #c9ffd2;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 10px;
	color: #505050;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.orange_alert {
	background-color: #fffbc9;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 10px;
	color: #505050;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}
.white_alert {
	background-color: #fff;
	box-shadow: 0 1px 0 0 #dfdfe3, 0 0 0 1px #e9e9ec;
	border-radius: 2px;
	padding: 10px;
	color: #505050;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* tables */
thead tr th {
	border-top: 0 !important;
}

/* NAV DARK link hover color */
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: rgb(255, 255, 255);
}

.titleBlock {
	/* цвета бэкграунда добавлять отдельно */
	border-radius: 2px;
	padding: 3px;
	text-align: center;
	color: #fff;
}
.mapimage {
	width: 70px;
	height: 50px;
	border-radius: 4px;
	margin-right: 15px;
}
.txt1 {
	position: absolute;
	margin-top: 13px;
	margin-right: 15px;
}
.circle_maps {
	border-radius: 50%/50%;
	width: 75px;
	height: 75px;
	margin-top: 20px;
}
.circle_weapons {
	border-radius: 50%/50%;
	width: 75px;
	height: 75px;
	margin-top: 20px;
}

.spoiler_body
{
    display: none;
	position:absolute;
	z-index:9999999;
	margin-top: 0px;
	margin-left: -17px;
	background-color: #2e3338;
	border: 1px solid #666666;
	box-shadow: 0 1px 10px;
    width: 400px;
	text-align: left;
    overflow: hidden;
}
.spoiler_links
{
	color: #c8c8c8;
	padding: 2px 7px 2px 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	background-color: #3e444c;
	border-radius: 5px;
	text-align: center;
}
.spoiler_links:hover
{
	color: #c8c8c8;
	padding: 2px 7px 2px 7px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 100px;
	text-decoration: none;
	font-size: 13px;
	cursor: pointer;
	background-color: rgba(129, 129, 129, 0.75);
	border-radius: 5px;
	text-align: center;
}
.spoiler_body_label
{
    color: #c8c8c8;
	background-color: #3e444c;
	padding: 10px 15px;
	text-align: left;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	font-size: 14px;
}
.spoiler_body_padding
{
    padding:1px;
}
.spoiler_body_img
{
    text-align: left;
	margin-bottom: 0px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	float: left;
	background-color: #353a41;
	border: 1px solid #1c1e22;
}
.spoiler_body_div_p
{
	margin-top: 1px;
}
.spoiler_body_p
{
    color: #c8c8c8;
	padding: 1px;
	text-align: left;
	border-bottom: 1px solid #1c1e22;
	border-left: 1px solid #1c1e22;
	border-right: 1px solid #1c1e22;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
    background-color: #353a41;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.spoiler_body_table
{
    margin-bottom: 0px;
	border: 1px solid #1c1e22;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.spoiler_body_tbody
{
    display: table-row-group;
	vertical-align: top;
	border-color: inherit;
}
.spoiler_body_td
{
   border: 1px solid #1c1e22;
   max-width: 200px;
}
.spoiler_body_img
{
   border: 1px solid #1c1e22;
   background-color: #353a41;
   width: 200px;
}
