body,form,div,span,input,select,h1,h2,h3,h4,textarea,p{margin:0px;padding:0px}

a {
	text-decoration: none;
}

.head{
	margin-top: 0px;
	padding: 12px;
	color: #3f3939;
	background-color: #e7e7e7;
    border-bottom: 1px solid #898989;
	font-weight: bold;
}
.head-link{
	font-weight: bold;
	color: #989191;
    padding: 12px;
    background-color: #fdfdfd;
    border: 1px solid #bbb8b8;
	margin: 3px;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
}
.head-link-act{
	font-weight: bold;
	color: #989191;
    padding: 12px;
    background-color: #fff5da;
    border: 1px solid #bbb8b8;
	margin: 3px;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
}
.content{
	background-color: #bdbdbd;
    padding: 8px;
	min-height: 300px;
}

.foot-link{
	font-weight: bold;
	color: #989191;
    padding: 12px;
    background-color: #fdfdfd;
    border: 1px solid #bbb8b8;
	margin: 3px;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;
}

.foot{
	color: #989191;
    padding: 12px;
    background-color: #e7e7e7;
    border-bottom: 1px solid #7b7676;
    border-top: 1px solid #7b7676;
}

.LogoType{
	margin-top: 0px;
	background-color: #787b78;
    text-align: center;
    padding: 20px;
	font-size: 15px;
	border-radius: 0px 0px 0px 0px;
	font-weight: bold;
	color: #c7d9c7;
}


@media (min-width: 599px) {
	.LogoType  {
		margin-top: 15px;
		font-size: 22px;
		border-radius: 7px 7px 0px 0px;
	}	
}


.post_1 {
	display: block;
    font-size: 15px;
    border-radius: 5px;
    background: #282628;
    border: 1px solid #61616170;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px;
    color: #b3b3b3;
	transition: 0.50s;
}

.post_2 {
	display: block;
    font-size: 15px;
    border-radius: 5px;
    background: #282628;
    border: 1px solid #61616170;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px;
    color: #b3b3b3;
	transition: 0.50s;
}
select {
	background: radial-gradient(at top, #e1e1e1, #dfdfdf);
    min-width: 100%;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    color: #222;
    border: 1px solid #cdd1d6;
    padding: 12px;
    margin: 1px;
    font-weight: bolder;
}
input[type="text"] {
	min-width: 97%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #222;
	/* background: #363244; */
	border: 1px solid #484650;
	padding: 20px 10px 20px 10px;
	margin: 1px;font-weight: bolder;
}

botton, .bottonForm {
    color: #fff;
    background-color: #659b80;
    border-color: #607d8b;
	padding: 10px;
	margin: 3px;
	border-radius: 10px;
}
.msg {
	padding: 14px;
	margin: 3px;
	border-radius: 3px;	
}
.error {
    background-color: #cb5f57;
    border: 1px solid #934622;
    color: #ffa8a8;
}
.success {
    background-color: #4CAF50;
    border: 1px solid #309b34;
    color: #feffa8;
}

.bottom_m{
	font-weight: bold;
	color: #989191;
    padding: 12px;
    background-color: #fdfdfd;
    border: 1px solid #bbb8b8;
	margin: 3px;
	display: inline-block;
	border-radius: 5px 5px 5px 5px;	
}

	.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 10px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #141414;
	}
	
textarea {
	min-width: 100%;
    height: 200px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #434343;
    background: #ffffff;
    border: 1px solid #484650;
    padding: 12px;
    margin: 1px;
    font-weight: bolder;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #717171;
}

.support_pad {
    display: block;
    font-size: 15px;
    border-radius: 5px;
    background: #6a99af;
    border: 1px solid #61616170;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px;
    color: #242325;
    transition: 0.50s;
}
.support_pus {
    display: block;
    font-size: 15px;
    border-radius: 5px;
    background: #b7b7b7;
    border: 1px solid #61616170;
    margin-bottom: 10px;
    margin-top: 6px;
    padding: 10px;
    color: #414141;
    transition: 0.50s;
}

.bottom_m {
    background: #171a1f;
    border: 1px solid #61616170;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;	
}


	.table-wrap {
		text-align: center;
		display: inline-block;
		background-color: #fff;
		padding: 2rem 2rem;
		color: #000;
	}
	 
	table {
    border: 1px solid #ccc;
    width: 100%;
    margin-bottom: -10px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff08;
}
	 
table tr {
    border: 1px solid #202020;
    padding: 5px;

}
	 
table th, table td {
    padding: 10px;
    text-align: center;
    border-right: 1px solid #191819;
}
	 
table th {
    width: 20%;
    color: #fff;
    background-color: #191819;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
}
td, th {
    width: 20%;
    max-width: 200px;
    min-width: 200px;
    white-space: normal;
}
@media screen and (max-width: 600px) {
  table {
	border: 0;
  }
  table thead {
	display: none;
  }
	table tr {
		width: 100%;
		margin-bottom: 5px;
		display: block;
		border-bottom: 2px solid #2d2f33;
	}
  table td {
	display: block;
	text-align: right;
	font-size: 14px;
	border-bottom: 1px dotted #020202;
	border-right: 1px solid #020202;
  }
  table td:last-child {
	border-bottom: 0;
  }
  table td:before {
	content: attr(data-label);
	float: left;
	text-transform: uppercase;
	font-weight: bold;
  }
  	td, th {
		width: 99%;
		 max-width: 500px;
	}
}

.bottom-stock_exchange{
	font-size: 14px;
	color: #929292;
	padding: 10px;
	background-color: #fdffff;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	margin-top: -14px;
	margin-bottom: 15px;
	border-radius: 0px 0px 5px 5px;	
	display: block;
}
a.bottom-stock_exchange{
	text-decoration: none;
}
.bottom-stock_exchange:hover{
	background-color: #dedede;
}

.bottom_s {
	text-align: center;
	min-width: 82px;
    font-size: 14px;
    color: #ededed;
    margin: 3px;
    padding: 3px 11px 3px 11px;
    display: inline-block;
    background-color: #35373b;
    border: 1px solid #4b4b4b;
    border-radius: 5px;
}

.bottom_s:hover{
	border: 1px solid #536a6b;
	color: #9bcdcf;
}

.bottom_s_act{
	text-align: center;
	min-width: 82px;	
    font-size: 14px;
    color: #9bcdcf;
    margin: 3px;
    padding: 3px 11px 3px 11px;
    display: inline-block;
    background-color: #35373b;
    border: 1px solid #536a6b;
    border-radius: 5px;
}

.bottom_s_act a{
	color: #9bcdcf;
	text-decoration: none;
}
.bottom_order {
    padding: 10px;
    margin: 3px;
    display: block;
    background: #b1b1b1;
    color: #0a0a0a;
    border-radius: 3px;
    min-width: 135px;
    min-height: 48px;
    transition: 1s;
}
.bottom_order:hover {
	background: #252424;
}

.back_botton{ 
    padding: 10px;
    margin: 3px;
    display: block;
    background: #b1b1b1;
    color: #0a0a0a;
    border-radius: 3px;

    transition: 1s;	
}

li {
	    list-style: none;
}
.bottom_panel_left{
	
}

button {
    min-width: 100%;
}

.spoiler_desc {
    background: #333333;
    padding: 0 5px;
    border-radius: 0 0 5px 5px;
    margin-top: 22px;
 }
 .spoiler_desc p {
    cursor: text;
    color: #FFFFFF;
 }
 .spoiler_close {
    display: none;
    width: 100%;
    height: 22px;
    background: #FFFF66;
    border-radius: 5px 5px 0 0;
    text-indent: 10px;
    cursor: default;
    border-bottom: 1px dotted #000000;
    position: absolute;
    top: 0;
    left: 0;
 }

input[id^="spoiler"]{
 display: none;
}
input[id^="spoiler"] + label {
 



 color: #fff;
 //text-align: center;


 cursor: pointer;
 transition: all .6s;
}
input[id^="spoiler"]:checked + label {
 color: #333;

}
input[id^="spoiler"] ~ .spoiler {
    
    height: 0;
    overflow: hidden;
    opacity: 0;
  
   
    background: #3b383b;
    border: 1px solid #413e41;
    border-radius: 8px;
    transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler{
 height: auto;
 opacity: 1;
 padding: 10px;
}

