@font-face {
	font-family: 'Montserrat';
	font-weight: 400;
	src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Montserrat';
	font-weight: 500;
	src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
	font-weight: 600;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
	font-weight: 700;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
	font-weight: 800;
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
}
body {
	font-family: 'Montserrat';
	color: #08182c;
}
.popover-body {
	font-family: 'Montserrat';
}
a {
	color: #08182c;
	text-decoration: none;
}
p {
	color: #08182c !important;
}
a:hover {
	text-decoration: none;
	color: rgb(242, 20, 61);
}
.link {
	display: inline;
	border-bottom: 1px dashed #08182c;
	cursor: pointer;
	text-decoration: none;
	transition: color 0.2s ease, border 0.2s ease;
}
.link:hover {
	color: #4c5866;
	border-bottom: 1px dashed #4c5866;
}
.malinovka-header {
	margin-top: 20px;
}
.malinovka-logo {
	background-image: url(https://rumir-rp.ru/img/logo/logo.png);
	width: 220px;
	height: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
.malinovka-btn {
	padding: 5px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #f2143d;
	min-height: 22px;
}
.back-btn {
	background-image: url(../img/back.svg);
	padding-left: 35px;
	background-position: left center;
	background-size: 22px;
	background-repeat: no-repeat;
}
.notify-btn {
	background-image: url(../img/notify.svg);
	padding-right: 35px;
	background-position: right center;
	background-size: 22px;
	background-repeat: no-repeat;
	width: fit-content;
	float: right;
}
.btn-container {
	padding: 10px;
}
.main-status {
	margin-top: 25px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #eef1f3;
}
.main-heading {
	font-weight: 700;
	font-size: 24px;
	padding: 20px;
	padding-left: 70px;
	background-color:  #eef1f3;
	background-size: 30px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	color: #788faf;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-bottom: 0;
}
.awesome {
	color: #009432;
	border-radius: 10px;
	background-image: url('../img/awesome.svg');
}
.planned {
	color: #788faf;
	background-image: url('../img/planned.svg');
}
.troubles {
	color: #e28800;
	background-image: url('../img/troubles.svg');
}
.danger {
	color: #ff0c00;
	background-image: url('../img/danger.svg');
}
.main-caption {
	display: inline-block;
	padding: 14px;
	margin-bottom: 0;
}
.event {
	list-style: none;
	padding-top: 6px;
	padding-bottom: 6px;
	display: flex;
	font-size: 15px;
}
.event-single {
	padding-top: 0px;
	padding-bottom: 0px;
}
.event > p {
	margin: 0;
}
@media screen and (orientation: portrait) {
	.event {
		flex-direction: column;
	}
	.event > p {
		margin-top: 5px;
	}
}
.event > p > a {
	text-decoration: underline;
}
.time {
	font-weight: 600;
	color: #788faf;
	background: #eef1f3;
	padding: 1px 6px;
	margin-right: 10px;
	border-radius: 4px;
	word-wrap: none;
	white-space: nowrap;
	width: fit-content;
	height: fit-content;
}
.time-small {
	font-weight: 600;
	color: #788faf;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.small-heading {
	margin: 30px;
	margin-top: 45px;
	margin-left: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #788faf;
	font-size: 16px;
}
.service-icon {
	width: 36px;
	height: 36px;
	margin-right: 10px;
	background-color: #eef1f3;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background-size: 18px;
	background-position: center center;
	background-repeat: no-repeat;
}
.service {
	border: 1px solid #eef1f3;
	border-radius: 6px;
	margin-bottom: 8px;
	margin-right: 0px;
	margin-left: 0px;
}
.service-name {
	padding: 6px;
	padding-top: 7px;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
	width: 25px;
}
.service-status {
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-weight: 600;
	font-size: 13px;
	padding-top: 8px;
}
.works {
	color: #788faf;
}
.bad {
	color: #ff0c00;
}
.neutral {
	color: #e28800;
}
.good {
	color: #009432;
}
ul.timeline {
	list-style-type: none;
}
ul.timeline:before {
	content: ' ';
	background: #eef1f3;
	display: inline-block;
	position: absolute;
	left: 35px;
	width: 2px;
	height: 100%;
	z-index: 400;
}
ul.timeline > li {
	margin: 20px 0;
	padding-left: 20px;
	font-size: 14px;
}
ul.timeline > li:before {
	content: ' ';
	background: #f8f8f8;
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	border: 3px solid #788faf;
	left: 20px;
	width: 33px;
	height: 33px;
	z-index: 400;
}
.history-date {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.history-time {
	font-weight: 600;
	color: #788faf;
	background: #eef1f3;
	padding: 3px 6px;
	margin-right: 10px;
	border-radius: 4px;
}
.history-col {
	font-size: 15px;
	font-weight: 400;
}
.history-name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.blue-bg {
	margin-top: 40px;
	padding-bottom: 40px;
	background-color: #f8f8f8;
}
.server {
	border: 1px solid #eef1f3;
	border-radius: 10px;
	margin-bottom: 30px;
}
.server-header {
	padding: 18px;
}
.server-name {
	font-weight: 600;
	font-size: 16px;
}
.server-online {
	font-size: 11px;
	font-weight: 500;
	color: #788faf;
}
.chart-container {
	height: 100px;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.footer {
	padding-top: 40px;
	padding-bottom: 40px;
	background: #ffffff;
	color: #cccccc;
	font-size: 14px;
	font-weight: 500;
}
.footer-logo {
	display: block;
	content: '';
	height: 50px;
	width: 200px;
	margin: auto;
	margin-bottom: 20px;
	background-image: url('https://rumir-rp.ru/img/logo/logo_gray.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
@media (max-width:768px){
	.malinovka-header {
		margin-top: 10px;
	}
	.malinovka-logo {
		width: 150px;
	}
	.col-md-3 {
		padding-top: 10px;
	}
	.notify-btn { 
		float: none;
	}
}
.prefix {
	font-weight: 600;
	margin-right: 5px;
}
.tooltip-inner {
    max-width: 300px;
    width: fit-content; 
}
