.table-bordered td, .table-bordered th {
	border: 1px solid #2d2d2d;
}
.table td, .table th {
	padding: .35rem;
	1vertical-align: top;
	border-top: 1px solid #2d2d2d;
	font-family: monospace;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	font-size: .9rem;
	font-family: monospace;
	color:#9e9e9e;
}

table {
	border-collapse: collapse;
}
.text-right {
	text-align: right!important;
}
.centered {
	position: relative;
	left: -50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


a {
	color: #1997c6;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
.zero {
	margin-left:30px;
	background:#6f0000;
}
.myProgress {
	width: 100%;
	background-color:green;
}
.myBar {
	width: 10%;
	height: 1px;
	background-color: #000000;
	text-align: center;
	line-height: 30px;
	color: white;
}
.private_0 {
	width:100%;
	background-color:#2f2f2f;
	border: 0.5px solid #2d2d2d;
	padding:6px;color:#ffffff;
	font-family: monospace;
	font-size: 14px;
	margin-top:15px;
}
.calcul_pri {
	display: inline-block;
	width:100%;
	text-align:left;
	background-color: #1b1c20;
	border-radius: 3px;
	box-shadow: 0 0 5px #000;
	padding: 5px 8px ;
	border: 0.5px solid #2d2d2d;
	color:#ffffff;
}
.qwe td {
	border-bottom: 0px;
	padding: 4px;
}
.calcul_6 {
	color: #908c8c;
	font-size: 14px;
	width: 99%;
	1text-transform: uppercase;
	font-family: monospace;
	border: 0.5px solid #494949;
	background-color: #222222;
	padding: 5px 8px;
}

progress {
	border:0;
	width: 100%;
	height: 16px;
	color:#a5a5a5;
	margin-top:3px;
}
progress::-webkit-progress-bar {
	width: 100%;
	height: 10px;
	background: #000000;
	margin-top:-3px;
}
progress::-webkit-progress-value {
	background: #000000;
	font-size: 10px;
	border-right: 4px solid rgb(255 194 90);
}
progress::-moz-progress-bar {
	border-right: 4px solid rgb(255 194 90);
	background: #000000;
}
.qwe1 td {
	border-bottom: 0.5px solid #2d2d2d;
	padding: 5px;
	font-family: 'Roboto', sans-serif;
}
.calcul_4 {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #5a5a5a;
	padding-top: 8px;
}

.hidden {
	display: none;
}
.hidden_found{
	display:block;
	background:#dcfce7;
	border: 1px solid #14532d;
	padding:10px 20px;
	color:black;
	text-align:left;
	font-family: Consolas, monospace;
}
.modal-guts2 {
	display: none;
}

.input_ss {
	padding:8px 22px 38px 22px;
	vertical-align:top;
	font-size: 13px;
}
.input_ss:active {
	padding:8px 22px 38px 22px;
}
.input_ss2 {
	height: 1.7em;
	padding: 8px 22px 26px 22px;
}
.input_ss2:active {
	height: 1.7em;
	padding: 8px 22px 26px 22px;
}
.priv_key {
	padding: 0 10px;
	width: 100%;
	height: 36px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
	color: #acb2b8;
	margin-bottom: 2px;
	overflow: hidden;
	border: 1px solid #04090e;
	background-color:#1b1c20;
}
.chosen-container-multi .chosen-choices {
	border-radius: 3px;
	margin-bottom: 2px;
	border: 1px solid #04090e;
	background-color:#1b1c20;
	height: 32px;
	-webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
}
.spinner {
	height: 50px;
	width: 50px;
	border-left: 3px solid #775fa8;
	border-bottom: 3px solid #5f6ea8;
	border-right: 3px solid #5f6ea8;
	border-top: 3px solid transparent;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
	margin-left:47%;
	margin-top:0px;
	margin-bottom:60px;
}

@keyframes spinner {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}
.chosen-container {
	display:none;
}
.iw-modal-btn {
	color:#fff;
	text-align:center;
	display:inline-block;
	padding:3px;
	text-decoration:none;
	font-size:17px;
	margin-top:13px;
	margin-left:10px;
	transition: all 0.5s ease;
}
.iw-modal-btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	background:#439DE0;
}
.popupClose {
	position: absolute;
	top: -45px;
	right: 0;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	background: url(img/popup_close.png) center center no-repeat;
	cursor: pointer;
}
.menu_calculators a {
	padding: 10px 15px;
	color: #cacacc;
	border-radius: 4px;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	border: 0px solid #2d2d2d;
	display: inline-block;
	background:#2d2d2d;
	margin:2px;
}
.menu_calculators a:hover {
	background: #444443;
}

h4 {
	font-family: play, sans-serif;
	padding: 0;
	margin-bottom: 5px;
	color: #cccccc;
}
.vl1 {
	display: inline-block;
	1border-left: 4px solid #ffc24c;
	border-left: 4px solid #313131;
	margin-right:0.55%;
	height: 20px;
}
.vl2 {
	display: inline-block;
	border-left: 4px solid #232323;
	margin-right:0.55%;
	height: 20px;
}
.vl3 {
	position:absolute;
	margin-left:-5px;
	height: 20px;
	margin-top:-18px;
	color:#7f7f7f;
	font-size: 12px;
}
.vl4 {
	display: inline-block;
	border-left: 4px solid #ffc24c;
	margin-right:0.55%;
	height: 20px;
}
#tri {
	width:50px;
}

button {
	padding: 10px;
	font-size: 1.1em;
	background: white;
	color: black;
	border: none;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.box {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100px;
	height:100px;
	background:grey;
	margin:10px;
	text-align:center;
	background:#32bacf;
}

.large-button2 {
	font-size: 12px;
	color: #8f8f8f;
}


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

.calcul_5 {
	display: inline-block;
}

.centered-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1.6;
	opacity: 0.773319;
}
.content {
	width: 80%;
	text-align: center;
	padding: 10px;
}
.block_1 {
	font-family: 'Roboto', sans-serif;
	line-height: 1.6;
	font-size: 64px;
	line-height: 1;
	font-weight: 400;
	color: #78787c;
	display: inline-block;
	float: left;
	background: linear-gradient(135deg, #667eea, #764ba2);
	-webkit-text-fill-color: #0000;
	color: #0067e5;
	-webkit-background-clip: text;
	background-clip: text;
}

/* IE 10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.block_1 {
		color: #3d4085;
		background-image: none;
	}
}

/* Edge */
@supports (-ms-ime-align:auto) {
	.block_1 {
		color: #3d4085;
		background-image: none;
	}
}