/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700&subset=cyrillic-ext,latin-ext'); */

html {
	min-height: 100%;
	outline: none;
}	
body {
	font-family: 'Roboto', sans-serif;
	overflow-y: scroll;
	background-color: #fff;

	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

* {
	outline: none;
}

#mistake {
	background: rgba(0, 0, 0, 0.85);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 1000;
	width:  100%;
}

#m_window {
	position: absolute;
	background: #fff;
	border: 3px solid #aac2db;
	overflow: auto;
	width: 350px;
	height: 400px;
	margin: 0 auto;
}

#m_frame {
	border: 0;
	overflow: auto;
	width: 100%;
	height: 378px;
}

#m_alert {
	position: absolute;
	background: #fff;
	border: 3px solid #aac2db;
	overflow: auto;
	width: 350px;
	height: 200px;
	margin: 0 auto;
}

.alert-message {
	width: 100%;
	margin: 50px 0 0 0;
	font-size: 13px;
	font-weight: 400;
	color: #09488f;
	text-align: center;
}

.alert-button {
	width: 100%;
	margin: 50px 0 0 0;
	text-align: center;
}

#m_alert button {
	font-size: 13px;
	font-weight: 400;
	border: 0;
	width: 95px;
	height: 25px;
	background-color: #09488f;
	color: #fff;
}

.mistake-form {
	margin: 10px 10px 0 10px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.label {
	margin: 10px 0 5px 0;
	display: block;
}

.mistake_url {
	font-size: 12px;
	font-weight: 400;
	width: 325px;
	height: 22px;
	border: #aac2db 1px solid;
	display: block;
	box-sizing: border-box;
}

.mistake-text {
	font-size: 12px;
	font-weight: 400;
	font-style: oblique;
	width: 325px;
	height: 150px;
	box-sizing: border-box;
	overflow: auto;
}

.context {
	color: #09488f;
}

.selected_text {
	color: #dd0000;
}

.mistake_comment {
	font-size: 12px;
	font-weight: 400;
	width: 325px;
	height: 70px;
	border: #aac2db 1px solid;
	box-sizing: border-box;
}

.button-box {
	width: 325px;
	margin: 10px 10px 0px 10px;
	box-sizing: border-box;
	
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
}

button {
	font-size: 13px;
	font-weight: 400;
	border: 0;
	width: 95px;
	height: 25px;
	background-color: #09488f;
	color: #fff;
}

.message-send {
	width: 100%;
	margin: 140px 0 0 0;
	font-size: 13px;
	font-weight: 400;
	color: #09488f;
	text-align: center;
}

.button-close {
	width: 100%;
	margin: 60px 0 0 0;
	text-align: center;
}
