body, div  {
	color:#000000;
	padding: 0;

	margin: 0;
}

body, form, td, p, input, select, textarea, div, a, label {
	font-family: Verdana;
	font-size: 12px;
}

select { padding: 1px; }
sup, sub { font-size: 10px; }

button, .b, label, .button, .handed {
	cursor: pointer;
}

.mobile {
	display: none;
}
.logo {
	width: 235px;
	height: 27px;
}

.min_width {
	min-width: 1000px;
	width: 1200px;
}
.color-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	background-color: #dbe4f3;
	border-radius: 7px;
	height: 50px;
}

a { color: #0050ff; text-decoration: underline; }
a:hover { text-decoration: none; }

.a1 { text-decoration: none; }
.a1:hover { text-decoration: underline; }

.txt8, .txt8 * { font-size: 8px; }
.txt9, .txt9 * { font-size: 9px; }
.txt10, .txt10 * { font-size: 10px; }
.txt11, .txt11 * { font-size: 11px; }
.txt12, .txt12 * { font-size: 12px; }
.txt13, .txt13 * { font-size: 13px; }
.txt14, .txt14 * { font-size: 14px; }
.txt15, .txt15 * { font-size: 15px; }
.txt16, .txt16 * { font-size: 16px; }
.txt17, .txt17 * { font-size: 17px; }
.txt18, .txt18 * { font-size: 18px; }
.txt19, .txt19 * { font-size: 19px; }
.txt20, .txt20 * { font-size: 20px; }
.mob_white {
	color: black;
}

.c0, .c0 * { color: black; }
.c2, .c2 * { color: #c7c7c7; }
.c6, .c6 * { color: #888888; }
.c9 {}

.error { margin:auto; color: #bd0000;  font-weight: bold;}

.bold, .bold * { font-weight: bold; }

.flags {
	box-shadow:0px 0px 2px #c4cfec;
	padding-top: 2px;
	border-radius: 50px;
	background-color: #c4cfec;
}

.success {
	margin-right: auto;
}

.wrap {
	justify-content: space-between;
}

.add-active {
	display: none;
}
@media screen and (max-width: 1150px) {

	.add-none {
		display: none;
	}

	.add-active {
		display: block;
	}

	.wrap {
		flex-wrap: wrap;
		justify-content: space-around;
	}

}

.hiden {
	display: none;
}

.show {
	display: block;
}

.form {
	height: 100%;
	width: 70%;
	margin-right: auto;
	padding: 20px 0px;
}

.tr_rorm_btn {
	display: flex;
	justify-content: start;
	margin-top: 10px;
}

.td_form {
	margin-right: auto;
	margin-bottom: 5px;
}

.td_form_mg {
	margin-right: auto;
	margin-bottom: 5px;
}

.td_form_code {
	margin-right: auto;
	display: flex;
	justify-content: center;
	width: max-content;
}

.td_form_area{
	padding-bottom: 1px;
	display: flex;
	justify-content: start;
}
.convert_uu {}
.convert_pos {}
.inp_form {}
.pop_style {}
.pop_td{}
.pop_div {}
.inp_wdt{}
.pop_main_td {
	padding-top: 6px;
	padding-left: 30px;
	border-top: dotted 1px gray;
}
.convert_span {
	background-color: #e1e1e1;
}
.convert_inp {}
.convert_inp_div {
	overflow: auto;
	padding: 2px 5px;
	border: solid 1px gray;
	cursor: default;
	width: 97%;
}

.min_wd {
	min-width: 425px;
}