body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

@media (pointer:coarse),(-moz-touch-enabled:1){
select, textarea, input {
        font-size: 16px !important;
    }
}

.page_width {
	width: 90%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

input:focus {
    outline-width: 0;
    outline: none;
}

input[type="button"] {
    display: none;
}

input[type="checkbox"]
{
    vertical-align:middle;
}

input.start_page {
	width: 15%;
	min-width: 175px;
}

input.start_page_privacy {
	border: 0px solid #555;
	width: 95%;
	float: left;
	outline: none;
}

input.start_page_top {
	margin-bottom: 10px;
}

input {
	border: 1px solid #555;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}

button {
	border: 1px solid #555;
	height: 28px;
	width: 10%;
	min-width: 100px;
}

.contacts_block {
    padding: 10px;
}

.contacts_items {
    margin: 10px;
}

.contacts_mails {
    margin-top: 10px;
}

.contacts {
	outline: none;
	text-decoration: none;
	color: rgb(102, 102, 102);
	font-size: 11.05px;
}

.unselectable {
	background: transparent;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.tab {
	float: left;
	overflow: hidden;
	background-color: #f1f1f1;
	width: 100%;
	position: relative;
	margin-bottom: -18px;
}

.tab li {
	list-style-type: none;
	background-color: inherit;
	border-style: groove;
	border-color: currentcolor;
	border-width: 0.1px;
	float: left;
	outline: none !important;
	cursor: pointer;
	padding: 6px 9px;
	font-size: 14px;
	height: 17px !important;
}

.tab li:hover {
	background-color: #ddd;
	height: 17px;
}

.tab li.tab_menu {
	height: 17px;
}

.tab li.active {
	background-color: #ccc;
	height: 17px;
}

li::-moz-focus-inner {
	border: 0;
	height: 17px;
}

.tab_content {
	float: left;
	display: none;
	padding: 0px 0px 6px;
	border: 0px solid #ccc;
	border-top: none;
	width: 100%;
}

.tab_menu {
	width: 17px;
	height: 17px;
}

.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 25em; 
	width:40%
}

table {
	border: none; 
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
}

td.headers {
	padding-left: 10px; 
	border: 1px solid #555; 
	text-align: left;

}

td.inputs {
	border: 1px solid #555;
}

img {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	/* IE 6-9 */
}

textarea {
	padding: 5px;
	overflow-y: scroll;
	height: 70vh;
	font-size: 14px;
	resize: none;
	width: calc(100% - 13px);
	outline: none !important;
	-webkit-appearance: none;
	background-color: #fff;
}

textarea.otn {
	padding: 5px;
	overflow-y: scroll;
	height: 40vh;
	font-size: 14px;
	resize: none;
	width: 65%;
	outline: none !important;
	-webkit-appearance: none;
	background-color: #fff;
}

.unshow_status {
	opacity: 0;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.show_status {
	opacity: 1;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#changepass {
	cursor: pointer;
}

.password {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.password_content {
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	border: 0.1px solid #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}

@media screen and (max-width: 600px) {
	.password_content {
		width: 80%;
	}
	input.start_page {
		min-width: 175px;
	}
	input.change_key {
		width: 70%;
	}
	input.mobile {
		padding-right: 45px !important;
	}
	.mobile_button {
		max-width: 30px !important;
		margin-left: -40px;
		border: none !important;
		background-color: transparent !important;
	}
	.mobile_button:focus {
		outline-width: 0px;
		outline: none;
	}
}

@media screen and (min-width: 601px) {
	.mobile_button {
		display: none !important;
	}
	.password_content {
		width: 50%;
	}
	input.change_key {
		width: 25%;
	}
	[notice] {
		position: relative;
	}
	[notice]::after {
		content: attr(notice);
		position: fixed;
		width: 300px;
		right: 30px;
		top: 0;
		background: #ccc;
		color: #000;
		padding: 0.5em;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		pointer-events: none;
		opacity: 0;
		transition: 1s;
	}
	[notice]:hover::after {
		opacity: 1;
		top: 2em;
	}
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}

.close {
	color: #333;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.password_header {
	padding: 2px 16px;
	background-color: #fff;
	color: black;
}

.password_body {
	padding: 2px 16px;
}

.password_footer {
	padding: 2px 16px;
	background-color: #fff;
	color: black;
	margin: 16px;
}

.hidden {
	display: none;
}

.messages {
	padding: 10px;
	border: 1px solid #555;
	max-height: 15em;
	min-height: 15em;
	text-align: left;
	margin-top: 15px;
	min-width: 20em;
	width: calc(100% - 22px);
	height: 40%;
	overflow: scroll;
	overflow-x:hidden;
}

.message_box {
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 22px);
}

.buttons {
	display: inline-block;
	padding-top: 5px;
	border: 1px solid #555;
	width: 150px;
	height: 20px;
	background-color: #E8E8E8;
	font-size: 12.5px;
}

.buttons_privacy {
	margin-top: 10px;
	display: inline-block;
	padding-top: 5px;
	border: 1px solid #555;
	width: 150px;
	height: 21px;
	background-color: #E8E8E8;
	font-size: 12.5px;
}

.buttons_privacy:hover {
	background-color: #fff;
}

.buttons_privacy:active {
	background-color: #fff;
	font-size: 12.3px;
}

.buttons:hover {
	background-color: #fff;
}

.buttons:active {
	background-color: #fff;
	font-size: 12.3px;
}

/* OTN START*/
.settings_block {
    padding-bottom: 8px;
}

.settings {
    padding: 10px;
}
.input_num {
    width: 45px;
}
.pwinputs {
    width: 215px;
    margin-bottom: 10px;
}

.pwlabels {
    margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
	.pwinputs {
	    width: 70%;
	}
}
@media screen and (min-width: 601px) {
	.pwinputs {
	    width: 215px;
	}
}

/* MD5 START */
.custom_button {
    display: inline-block;
    padding-top: 5px;
    border: 1px solid #555;
    width: 140px;
    height: 21px;
    background-color: #E8E8E8;
    font-size: 12.5px;
}

.custom_button:hover {
    background-color: #fff;
}

.custom_button:active {
    background-color: #fff;
    font-size: 12px;
}

.md5inputs {
    width: 215px;
    margin-bottom: 10px;
}

.md5labels {
    margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
	.md5inputs {
	    width: 70%;
        margin-bottom: 10px;
	}
	textarea.otn {
		width: 95% !important;
	}
}
@media screen and (min-width: 601px) {
	.md5inputs {
	    width: 215px;
        margin-bottom: 10px;
	}
}
/* MD5 END */
