/***********************************************************************************************/
/*                                   INDICE
/***********************************************************************************************/
/* --> COMMON_GENERAL
/*          |----------->Color_Subjects
/*          |----------->Chapter_All_information
/* --> COMMON_CONTROLS
/* --> COMMON_MENU
/***********************************************************************************************/
/* --> HOME_PAGE
/* --> WRITE_PAGE
/* --> READ_PAGE
/* --> TREE_PAGE
/* --> SEARCH_PAGE
/* --> ABOUT_PAGE
/* --> STATISTICS_PAGE
/*          |----------->Table
/* --> REGISTER
/* --> LOGIN 
/* --> REMEMBER 
/* --> SPECIFIC 
/***********************************************************************************************/
/* **** TIPS *****  
/***********************************************************************************************/
/* Only Mozilla -> @-moz-document url-prefix() {  #bodyHome .section .chapter_block2 .details { height: 24px; } }
/***********************************************************************************************/

/***********************************************************************************************/
/* COMMON_GENERAL 
/***********************************************************************************************/

body {
	margin: 0 auto;
	padding: 0px;
	border: 0px;
	background: #e1e3e4;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	background: rgb(4,10,30);
	background: linear-gradient(132deg, rgba(4,10,30,1) 0%, rgba(12,26,71,1) 55%, rgba(51,100,190,1) 100%);
	color: white;
}
.page {
	margin: 0 auto;
	background: transparent;
	height: 100%;
	display: flex;
	justify-content: center;
	min-height: 91.4vh;
}
.content {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	justify-content: flex-start;
	flex-direction: column;
}
h1 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-family: 'Muli';
	color: rgb(255 255 255);
	padding-bottom: 30px;
}
h1.h1_center {
	text-align: center;
}
h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 18px;
	font-family: freightsans_regular, sans-serif;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	text-transform: capitalize;
}
h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}
h4
{
	margin-top: 0px;
	margin-bottom: 0px;
}
.end_content
{
	clear: both;
}
.section {
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section > .title
{
	font-size: large;
	font-weight: bold;
	padding: 5px;
	color: black;
	width: 400px;
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 26px;
	text-transform: uppercase;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 35px;		
	width: 99%;
	font-family: 'Muli';
}
.section > .title_motivation
{
	text-align: center;
	margin-bottom: 20px;
}

.section > .title_read
{
	font-size: large;
	font-weight: bold;
	padding: 5px;
	color: black;
	text-align: center;
	margin: 0 auto;
	margin-top: 26px;
	margin-bottom: 10px;		
}
.section > .title_read li
{
	display: inline-block;
	font-family: 'Muli';	
}
.section > .title_read li.title_text_read_1
{
	width: 41%;
	text-align: right;
}
.section > .title_read li .background_title_1
{
	padding-left: 20px;
	padding-right: 5px;
	background-color: rgb(169,178,183);
	background: rgb(232, 232, 232);
}
.section > .title_read li.title_text_read_2
{
	width: 19%;
}
.section > .title_read li .background_title_2
{
	padding-left: 15px;
	padding-right: 15px;
	background-color: rgb(169,178,183);
	background: rgb(232, 232, 232);
}
.section > .title_read li.title_text_read_3
{
	width: 38%;
	text-align: left;
}
.section > .title_read li .background_title_3
{
	padding-left: 8px;
	padding-right: 20px;
	background-color: rgb(169,178,183);
	background: rgb(232, 232, 232);
}
span.title_text_read
{
	background: rgb(169,178,183);
	background: rgb(232, 232, 232);
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 40px;
}





span.title_text
{
padding-right: 5px;
	padding-left: 0px;
}
.background_color
{
	background: rgb(200,238,135);
}
.section > .content
{
	padding: 10px;
}
a.title_link
{
	text-decoration: none;
	font-size: large;
	font-weight: bold;
	padding: 5px;
	color: rgb(35, 187, 142);
	text-align: center;
	width: 400px;
	margin: 0 auto;	
}
a.title_link:hover
{
	text-decoration: underline;
}

.subsection
{
	margin: 0px 5px 5px 5px;
	padding: 0px 5px 5px 10px;
	/*clear: both;*/
}
.subsection > .title
{
	margin: -5px -5px 5px -10px;
	font-weight: bold;
	padding-left: 5px;
}

.section > .error
{
	margin: 5px;
	padding: 5px;
	color: red;
	text-align: left;
}

.title_icon
{
	text: bold;
}

.hidden_message
{
	overflow: hidden;
	max-height: 0px;
	color: transparent;
	opacity: 0;
}
#divInfoMessage .container {
	width: 100%;
}
#divErrorMessage .container {
	width: 100%;
}
.info_message {
	margin-bottom: 20px;
	background-color: rgb(18, 71, 29);
	padding: 25px;
	padding-left: 60px;
	color: rgb(255,255,255);
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url('../images/Alerts/ok.gif');
	background-size: 5%;
	background-repeat: no-repeat;
	background-position: 2% 45%;
	opacity: 0.6;
	filter: alpha(opacity-80);
	border-radius: 5px;
	max-height: 18px;
	transition: max-height 0.3s linear, padding 0.3s linear, color 0s linear 0.3s, opacity 0.3s linear;
	display: flex;
	align-items: center;
}
.info_message .message
{
	text-align: center;
}

.error_message {
	background-color: rgb(221, 20, 0);
	padding: 25px;
	padding-left: 60px;
	color: rgb(255,255,255);
	margin-bottom: 20px;
	margin-top: 20px;
	background-image: url('../images/Alerts/error.gif');
	background-size: 5%;
	background-repeat: no-repeat;
	background-position: 2% 45%;
	opacity: 0.6;
	filter: alpha(opacity-80);
	border-radius: 5px;
	height: 18px;
	max-height: 18px;
	transition: max-height 0.3s linear, padding 0.3s linear, color 0s linear 0.3s, opacity 0.3s linear;
	display: flex;
	align-items: center;
}
.error_message .message
{
	text-align: center;
}

.alert_section {
	background-color: rgb(42, 99, 163);
	padding: 25px;
	padding-left: 60px;
	color: rgb(177, 221, 221);
	margin-bottom: 20px;
	background-image: url('../images/Alerts/alert.gif');
	background-size: 5%;
	background-repeat: no-repeat;
	background-position: 2% 45%;
	opacity: 0.9;
	filter: alpha(opacity-80);
	border-radius: 5px;
	height: 18px;
	max-height: 18px;
	transition: max-height 0.3s linear, padding 0.3s linear, color 0s linear 0.3s, opacity 0.3s linear;
	display: flex;
	align-items: center;
}
.alert_section .error_message
{
	text-align: center;
}
div .click_div_outside
{
	margin-bottom: 20px;
}

div .parents_chapter_click
{
	text-align: center;
	text-decoration: none;
	color:black;
}
div .click_div_inside
{
	width: 960px;
	border-radius: 5px;
	background-color: rgb(35, 187, 142);
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;	
}
div .click_div_inside:hover
{
	background-color: rgb(8, 138, 100);
}

/**************************/
/* Color_Subjects         */
/**************************/

.border_Subject
{
	border-left: 7px solid;
	border-left-color: inherit;
}

.color_subject
{
	float:left;
	width:100%;
	background:inherit;
}

.color_Subject_1 {background : rgb(173,7,71);}
.border_Subject_1{border-left: rgb(173,7,71);}
#bodyHome .section .chapter_block2:hover{background-color: rgb(202, 202, 202);}
#divSearch #divResults.section .chapter_block2:hover{background-color: rgb(202, 202, 202);}
#bodyHome .section .chapter_block2:hover{background-color: rgb(202, 202, 202);}
#about #how_it_works li.about_tree:hover{background-color: rgb(202, 202, 202);border-color: rgb(202, 202, 202);}

.color_Subject_2{background  : rgb(79,90,58);}
.border_Subject_2{border-left: rgb(79,90,58);}

.color_Subject_3{background  : rgb(8,132,194);}
.border_Subject_3{border-left: rgb(8,132,194);}

.color_Subject_4{background  : rgb(7,154,102);}
.border_Subject_4{border-left: rgb(7,154,102);}

.color_Subject_5{background  : rgb(53,16,24);}
.border_Subject_5{border-left: rgb(53,16,24);}

.color_Subject_6{background  : rgb(55,26,72);}
.border_Subject_6{border-left: rgb(55,26,72);}

.color_Subject_7{background  : rgb(254,174,1);}
.border_Subject_7{border-left: rgb(254,174,1);}

.color_Subject_8{background  : rgb(161,212,74);}
.border_Subject_8{border-left: rgb(161,212,74);}

.color_Subject_9{background  : rgb(241,63,39);}
.border_Subject_9{border-left: rgb(241,63,39);}

.color_Subject_10{background  : rgb(241,106,86);}
.border_Subject_10{border-left: rgb(241,106,86);}

.color_Subject_11{background  : rgb(216,91,147);}
.border_Subject_11{border-left: rgb(216,91,147);}

.color_Subject_12{background  : rgb(93,61,196);}
.border_Subject_12{border-left: rgb(93,61,196);}

/**************************/
/* Chapter_All_information*/
/**************************/
.inside_section.chapter_block2
{
	padding: 0px 0px 0px 0px;
}
.inside_section.chapter_block2 a
{
	text-decoration: none;	
	color: black;
}
.inside_section.chapter_block2 div
{
	overflow: hidden;
}
.inside_section.chapter_block2 .image_subject
{
	display: inline-block;
	float: left;
	margin-right: 5px;
	height: 126px;
}
#bodyTree .inside_section.chapter_block2 .image_subject
{
	display: inline-block;
	float: left;
	margin-right: 5px;
	height: 85px;
	
}
.inside_section.chapter_block2 .image_subject img
{
	height: 126px;
	width: 100px;
	background-color: rgb(35, 187, 142);
}
.inside_section.chapter_block2 .image_subject span
{
	display: inline-block;
	width: 4px;
	height: 126px;
	(;height:125px;);
}

.inside_section.chapter_block2 .title
{
	font-weight: bold;
	color: black;
}
.inside_section.chapter_block2 .details
{
	background: #555555;
	color: white;
}
.inside_section.chapter_block2 .text
{
	overflow: hidden;
}
.inside_section.chapter_block2 .text p:first-of-type
{
	margin-top: 0px;
}

.inside_section.chapter_block2 .chapter_details
{
	display: inline-block;
}
/***********************************************************************************************/
/* COMMON_CONTROLS 
/***********************************************************************************************/

.control
{
	vertical-align: top;
	text-align: left;
	
}

.control .error
{
    display: none;
}

input.input
{
	background-color: #FFF;
	background-image: none;
	border: solid 2px #BDC3C7;
	border-radius: 6px;
	box-shadow: none;
	box-sizing: border-box;
	color: #34495E;
	display: block;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 20px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 8px 12px 8px 12px;
	float: left;
	margin-right: 10px;
	
}

select.input
{
    width: 300px;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    border-radius: 6px;
    height: 34px;
}

textarea.input
{
	border-radius: 6px;
}

.control_error .error
{
    background: transparent;
    padding: 0px;
    font-size: 16px;
    border-radius: 0;
	color: red;
}

.control_error .input
{
	border: 2px solid red;
}

.control_error input.input
{
	background-color: #FFF;
	background-image: none;
	border: solid 2px red;
	border-radius: 6px;
	box-shadow: none;
	box-sizing: border-box;
	color: #34495E;
	display: block;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 42px;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 8px 12px 8px 12px;
}

.control_error input.input-box
{
	border: 2px solid red;
}
.control_error select.input
{
    width: 300px;
    padding: 2px 10px 2px 10px;
    font-size: 16px;
    border-radius: 6px;
    border: solid 2px red;
    height: 34px;
}

.control_error textarea.input
{
	border-radius: 6px;
}


div.rating
{
	white-space: nowrap;
	display: table-row;
	color: grey;
}
div.rating .rating_rate
{
	display: table-cell;
}
div.rating .rating_count
{
	display: table-cell;
}
div.rating .rating_read
{
	display: table-cell;
	width: 15px; 
	height: 15px; 
}
div.rating .rating_following
{
	display: table-cell;
	width: 15px; 
	height: 15px; 
}

input[type=submit].control, input[type=button].control {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #14f1d9;
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: none;
	border-top-width: 0px;
	box-sizing: border-box;
	color: #091744;
	cursor: pointer;
	display: block;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 25.0070018768311px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: normal;
	height: 35px;
}

/***********************************************************************************************/
/*   COMMON_MENU 
/***********************************************************************************************/
ul.menu_submenu {
	padding: 0;
}
ul.menu_submenu_display {
	display: none;
}
ul li.menu_submenu_li {
	position: relative;
	font-size: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	transition: letter-spacing 1s;
	font-size: 18px;
	height: 45px;
}
a.menu-left.menu-left-logoff {
	text-decoration: none;
}
ul a.menu_submenu_li:hover {
	background: #666;
}
div#menu li.menu_submenu_li.menu_submenu_li_logout {
	height: 50px;
	width: 130px;
	text-transform: uppercase;
	background: rgb(173 7 71);
	display: flex;
	justify-content: space-around;
}
div#menu a.menu-left:hover {
	color: #a771f3;	
}
ul li ul li {
	background: #555;
	display: block;
	color: #fff;
	text-shadow: 0 -1px 0 #000;
}
div#menu ul li ul li:hover { 
	/*background: #777;*/ }

ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;  
}

div#menu_language
{
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;
}
div.menu_title {
	font-size: 30px;
	float: left;
	font-color: white;
	text-color: white;
	color: white;
	text-transform: Uppercase;
	white-space: nowrap;
}
li.menu-right-li {
	display: flex;
	flex-direction: column;
	padding-top: 13px;
	border-bottom: 4px solid transparent;
}
div#menu_page {
	top: 0px;
	text-align: center;
	background-color: rgb(10 20 52);
	/*border-bottom: 1px #d9ad26 solid;*/
	height: 85px;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
div#menu {
	top: 0px;
	text-align: center;
	width:100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 50px;
	margin-right: 50px;
}
	div#menu ul li {
		display: flex;
		align-items: center;
		height: 85px;
	}
	div#menu .li-menu {
		float: right;
		display: flex;
		font-family: 'Open Sans', sans-serif;
	}
div#menu ul
{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
}
div#menu .logo
{
	height: 60px;
	float: left;
	margin-right: 16px;
}
div#menu .li-logo {
	padding-top: 0px;
	border: 0px;
	float: left;
}
div#menu .li-logo:hover {
	/*background-color: #ed475c;*/
}

	div#menu .menu-left {
		text-decoration: none;
		display: block;
		text-align: center;
		font-family: freightsans_regular, sans-serif;
		color: white;
		font-weight: bold;
		width: 110px;
		display: inline-flex;
		align-content: space-between;
		justify-content: center;
		align-items: center;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
	}
	div#menu .menu-left-on {
		text-decoration: none;
		display: block;
		text-align: center;
		font-family: freightsans_regular, sans-serif;
		color: #a771f3;
		font-weight: bold;
		width: 110px;
		display: inline-flex;
		align-content: space-between;
		justify-content: center;
		border-bottom: 4px solid #a771f3;
		border-top: 4px solid transparent;
		align-items: center;
	}
	div#menu .menu-left-group {
		text-decoration: none;
		display: block;
		text-align: center;
		font-family: freightsans_regular, sans-serif;
		color: white;
		font-weight: bold;
		width: 110px;
		display: inline-flex;
		align-content: space-between;
		justify-content: center;
		align-items: center;
		border-bottom-color: transparent;
		border-bottom: 4px solid transparent;
		border-top: 4px solid transparent;
	}
	div#menu .menu-left-group-on {
		text-decoration: none;
		display: block;
		text-align: center;
		font-family: freightsans_regular, sans-serif;
		color: white;
		font-weight: bold;
		width: 110px;
		display: inline-flex;
		align-content: space-between;
		justify-content: center;
		align-items: center;
		border-bottom-color: transparent;
		color: #a771f3;
	}
	div#menu .li-submenu {
		height: 60px;
		width: 120px;
		background-color: inherit;
		position: relative;
		right: 10px;
		border-bottom: 4px solid white;
	}
	div#menu .li-submenu-on {
		height: 60px;
		width: 120px;
		background-color: inherit;
		position: relative;
		right: 10px;
		border-bottom: 4px solid #a771f3;
	}

div#menu .menu-register {
	text-transform: uppercase;
}
h2.h2-menu-register {
	border: 2p;
	background: white;
	padding: 7px 15px 7px 15px;
	border-radius: 10px;
	color: #091744;
	font-weight: bold;
}
.h2-menu-register:hover {
	background: grey;
}
.h2-menu-register-on {
	padding: 5px;
	border-radius: 20%;
}
div#menu .menu-register-on {
	text-transform: uppercase;
}
div#menu .menu-login {
	text-transform: uppercase;
}
div#menu .menu-login-on {
	text-transform: uppercase;
}
div#menu .menu-logged {
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: freightsans_regular, sans-serif;
	color: white;
	font-weight: bold;
	width: 90px;
	display: inline-flex;
	align-content: space-between;
	justify-content: center;
	text-transform: uppercase;
}
div#menu .menu-logged-2 {
	background-color: #14f1d9;
	color: #091782;
}
div#menu .menu-right-li:hover {
	background-color: #6a00ca;
}
div#menu .menu-right-li-on:hover {
	background-color: #6a00ca;
}
.menu-right-submenu {
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: freightsans_regular, sans-serif;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	width: 130px;
	padding-top: 15px;
	position: relative;
}
.menu-right-li
{
	position: relative;
}
.menu-right-li-on {
	position: relative;
	border-bottom: 4px solid #6a00ca;
	display: flex;
	flex-direction: column;
	padding-top: 13px;
}
ul#logout {
	padding-top: 9px;
}
div#menu .menu-right-register .login
{
	display: inline;
	text-decoration: none;
	text-align: left;
	font-family: freightsans_regular, sans-serif;
	color: white;
	overflow: hidden;
	text-transform: uppercase;
}
div#menu .language
{
	display: block;
	padding-top: 4px;
	float: left;
}
div#menu .Registre-language
{
	vertical-align: text-top;
}

/*div#menu .menu-right-register:hover {
	background-color: grey;
}*/
div#menu .Register
{
	border-bottom: 1px solid #004732;
}
.image_menu_user {
	border: 1px #6a00ca solid;
	border-radius: 50%;
	height: 65px;
	width: 65px;
}
.image_nick_menu_user {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.nick_menu_user {
	margin-top: -12px;
	background-color: #101c31;
}
.link_telegram_icon {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 10px;
}
.icon_telegram {
	height: 20px;
	width: 35px;
	margin-right: 23px;
	content: url("/images/Icons/Telegram.png");
}
.icon_telegram:hover {
	content: url("/images/Icons/Telegram-on2.png");
}
.link_twitter_icon {
	display: flex;
	align-items: center;
	margin-right: 10px;
	margin-left: 10px;
}
.icon_twitter {
	height: 20px;
	width: 25px;
	margin-right: 23px;
	content: url("/images/Icons/twitter.png");
}
.icon_twitter:hover {
	content: url("/images/Icons/twitter_on2.png");
}

.menu-compact {
	display: flex;
	align-items: center;
	width: 75px;
	justify-content: center;
}
.margin_menu{
	margin-bottom: 100px;
}
div#menu #auctions.auctions_display_none {
	display: none;
}
#logout {
	display: none;
}
.icon_menu {
	height: 50px;
	margin-right: 50px;
	content: url("/images/Icons/menu-bar.png");
}
.icon_menu_logged {
	height: 50px;
	margin-right: 50px;
	content: url("/images/Icons/menu-bar-green.png");
}
.menu_title_atom {
	width: 30px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
}
.menu_desplegable {
	position: fixed; 
	top: 85px; 
	width: 90px; 
	display: none;
}
.menu_desplegable:hover {
	display: block;
}
/***********************************************************************************************/
/*LOG OUT expand menu*/
/***********************************************************************************************/
#logout_submenu {
	color: white;
}
.dropbtn {
	font-size: 16px;
	border: none;
	background-color: #0a1434;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 120px;
  z-index: 1;
  top: 83px;
  right:0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

	.dropdown-content a:hover {
		opacity: 0.6;
	}

.dropdown:hover .dropdown-content {display: block; }

.dropdown:hover .dropbtn {
	background-color: #14f1d9;
}

/***********************************************************************************************/
/* HOME_PAGE / INDEX / block 1
/***********************************************************************************************/
.hyperlink_icon {
	height: 35px;
	width: 35px;
	margin-left: 20px;
}
.index_block_1 {
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 700px;
	text-align: center;
	font-family: 'Rubik','Open Sans', sans-serif;
}
.index_Block1_Part1 {
	color: #14f1d9;
	padding: 20px;
	font-weight: 400;
	letter-spacing: 3px;
}
.index_Block1_Part2 {
	padding: 20px;
	font-size: 45px;
	font-weight: 800;
	line-height: 1.4em;
	letter-spacing:1px;
}
.index_Block1_Part3 {
	padding: 20px;
	color: #9fb9d6;
	font-weight: 300;
	font-size:19px;
}
.index_Block1_Part4 {
	padding: 20px;
}
a.index_Block1_Part4_a {
	background-color: #14f1d9;
	border-radius: 12px;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
	transition: padding 1s, letter-spacing 1s;
	color: #091744;
}
a.index_Block1_Part4_a:hover {
	padding: 10px 50px 10px 50px;
	letter-spacing: 3px;
	transition: padding 1s, letter-spacing 1s;
}
/***********************************************************************************************/
/* HOME_PAGE / INDEX / block 2
/***********************************************************************************************/
.index_block_2 {
	color: white;
	flex-direction: column;
	align-items: center;
	display: flex;
	align-items: center;
}
.index_Block2_Part0 {
	padding: 20px;
	font-size: 45px;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 800;
	letter-spacing: 1px;
}
.index_Block2_Part1 {
	background: linear-gradient(203deg, rgba(0,174,218,1) 0%, rgba(13,122,179,1) 56%, rgba(26,69,140,1) 100%);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	width: 660px;
	height: 100px;
	margin-top: 25px;
}
	.index_Block2_Part1:hover {
		box-shadow: inset 0px 0px 3px 1px #8ff0da, 0px 0px 3px 1px #8ff0da;
	}
	.a_index_Block2_Part1 {
		text-decoration: none;
	}
.index_Block2_Part1a {
	font-size: 60px;
	color: #14f1d9;
	padding-right: 15px;
	font-family: 'Rubik','Open Sans',sans-serif;
	font-weight: 600;
}
.index_Block2_part1b {
	color: white;
	width: 385.85px;
	font-family: 'Open Sans',sans-serif;
}
.index_Block2_Part1b_1 {
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.index_Block2_Part1c_2 {
	color: #8eaab9;
}
.img_index_Block2 {
	width: 60px;
}
/***********************************************************************************************/
/* HOME_PAGE / INDEX / block 3
/***********************************************************************************************/
.index_block_3 {
	color: white;
	display: flex;
	align-items: center;
	flex-direction: column;
	max-width: 700px;
	text-align: center;
	margin-top: 25px;
	font-family: 'Rubik','Open Sans', sans-serif;
	padding-bottom: 100px;
}
.index_Block3_Part1 {
	padding: 20px;
	font-size: 45px;
	font-weight: 800;
	letter-spacing: 1px;
}
.index_Block3_Part2 {
	padding: 20px;
	color: #9fb9d6;
	font-weight: 300;
	font-size: 19px;
	text-align: justify;
}
span.index_Block3_Part2 {
	padding: 0px;
}
.index_Block3_Part2_green {
	color: #14f1d9;
	font-weight: 400;
}
/***********************************************************************************************/
/* PLAY_PAGE
/***********************************************************************************************/
/***********************************************************************************************/
/* $POKER_PAGE 
/***********************************************************************************************/
.roadmap {
	color: white;
	background-color: #1572A1;
	width: 400px;
	height: 130px;
	border-radius: 20px;
	padding: 20px;
	margin-top: 20px;
}
#piechart {
	width: 100%;
	max-width: 1300px;
}
h1.poker {
	display: flex;
	justify-content: space-between;
	margin-right: 40px;
}
.title {
	margin-left: 25px;
	margin-right: 50px;
	width: 100%;
}
.container_title_text {
	padding: 10px;
	border-radius: 10px;
	border: 3px solid #00b0db;
	margin-top: 10px;
	padding-top: 25px;
}
.Text-Box-3 {
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	width: 850px;
	margin-left: 25px;
	margin-right: 25px;
	color: white;
	text-align: justify;
}


/***********************************************************************************************/
/* ROADMAP
/***********************************************************************************************/
.roadmap_title {
	margin-top: 150px;
	margin-bottom: 50px;
}
.roadmap_title_text {
	font-size: 30px;
}
/***********************************************************************************************/
/* ABOUT
/***********************************************************************************************/
div#about {
	margin-top: 70px;
}
#about.section_flex {
	display: flex;
	flex-direction: column;
	font-family: Open Sans,Arial,sans-serif;
	color: white;
}
#about.section_flex{
		
}
div.flex_box_title_span {
	font-family: Open Sans,Arial,sans-serif;
	margin-right: 70px;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 25px;
}
#about .flex_box {
	padding: 10px 10px 10px 10px;
	width: 850px;
	color: white;
	font-size: 20px;
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	border-top: 2px solid #2a52a1;
	align-content: stretch;
}
h1.h1_about_box {
	padding-bottom: 0px;
}
.about_text_justify {
	padding-left: 112px;
	padding-right: 43px;
	text-align: justify;
	padding-top: 20px;
	width: 700px;
	font-family: 'Rubik','Open Sans', sans-serif;
	color: #9fb9d6;
	font-weight: 300;
	font-size: 19px;
}

.flex_box_title {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: row;
	width: 100%;
}
.about_title_1a {
	font-size: 35px;
	font-weight: bold;
}
.about_title_1b {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
div#about_text_1 {
}
.about_down_arrow {
	width: 20px;
}
.down_arrow {
	transform: rotate(0deg);
	transform-origin:center center;
	transition: transform 0.2s ease 0s;
	height: 20px;
}
.about_title_1a.flex_box_title_span {
	color: #14f1f9;
}
.flex_box_body {
	width: 100%;
}
.about_color_green_bold {
	color: #14f1d9;
	font-weight: bold;
}
.about_color_green {
	color: #14f1d9;
}
.about_a_projects {
	color: #14f1d9;
}
/***********************************************************************************************/
/* ABOUT_PAGE 
/***********************************************************************************************/
#about.section > .title {
	margin-left: 50px;
	margin-right: 50px;
	overflow: hidden;
	width: 100%;
	width: 865px;
}
#about #how_it_works li
{
	color: black;
	width: 250px;
	height: 220px;
	border: 2px solid white;
	padding: 32px 8px 8px;
	margin: 10px;
	display: inline-block;
	background-color: white;
	padding: 10px 10px 10px 10px;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.22);	
}
#about .text_link 
{
	text-decoration: none;
	color: black;
}
#about .text_link:hover
{
	text-decoration: underline;
}
#about li .obj_1_a
 {
	text-align: center;
	margin-bottom: 60px;
	float:left;
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
}
#about li .obj_1_b
 {
	text-align: center;
	margin-bottom: 12px;
	float:left;
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
}
#about li .obj_2
 {
	height: 100px;
	float: left;
	clear: both;		
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	margin: 0 auto;
	margin-left: 10px;
}
#about li .obj_3
{
	line-height: 80px;
	float: left;
	text-align: center;
	display: block;
}
#about li .obj_4
 {
	height: 100px;
	float: left;
	display: block;
	text-align: center;
	margin: auto;
	display: block;
	margin-left: 20px;
}
#about li .obj_5
 {
	height: 150px;
	float: left;
	display: block;
	text-align: center;
	margin: auto;
	display: block;
	margin-left: 25px;
}
.Text-Box-1 {
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.22);
	padding: 10px 10px 10px 10px;
	width: 850px;
	margin-top: 10px;
	background: linear-gradient(203deg, rgba(0,174,218,1) 0%, rgba(13,122,179,1) 56%, rgba(26,69,140,1) 100%);
	color: white;
	font-size: 20px;
	padding: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
}
#about a.bold
{
	text-decoration:none;
	font-weight:bold;
	color:black;	
}
#about .Text-1
{
	margin-bottom:14px;
}

#about ul#how_it_works {
	margin-top: 0px;
}
#about .about_links
{
	text-decoration: none;
	color: black;
}
#about .about_links:hover
{
	text-decoration: underline;
}
#about #ul_links
{
	list-style: none;
}

/***********************************************************************************************/
/* STATISTICS_PAGE
/***********************************************************************************************/


.datagrid table .actual_chapter
{
	background-color: rgb(75, 214, 226);
}
/***********************************************************************************************/
/* STATISTICS_PAGE TABLE
/***********************************************************************************************/
.datagrid table 
{ 
	border-collapse: collapse; 
	text-align: left; 
	width: 100%; 
} 
.datagrid 
{
	font: normal 12px/150% Arial, Helvetica, sans-serif; 
	background: #fff; 
	overflow: hidden; 
	border: 2px solid #669287; 
	border-radius: 5px; 
}
.datagrid table td, .datagrid table th 
{ 
	padding: 6px 4px; 
}
.datagrid table thead th 
{
	background-color:rgb(34, 186, 141);
	color:#FFFFFF; 
	font-size: 15px;
	font-weight: bold; 
	border-left: 1px solid white; 
}
.datagrid table thead th:first-child 
{
	border: none; 
}
.datagrid table tbody td 
{ 
	color: #275420; 
	border-left: 1px solid #C6FFC2;
	font-size: 14px;
	font-weight: normal; 
}
.datagrid table tbody .alt td 
{ 
	background: #DFFFDE; 
	color: #275420; 
}
.datagrid table tbody td:first-child 
{ 
	border-left: none; 
}
.datagrid table tbody tr:last-child td 
{ 
	border-bottom: none; 
}
div.dhtmlx_window_active, div.dhx_modal_cover_dv 
{ 
	position: fixed !important;
}
.datagrid table a
{
	text-decoration: none;
	color: #275420;
}
.datagrid table a:hover
{
	text-decoration: underline;
}

/***********************************************************************************************/
/* REGISTER
/***********************************************************************************************/
#bodyregister .section {
	clear: none;
}
#bodyregister div#register.section ul.register_list_fields
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bodyregister div#register.section ul.register_list_fields li
{
	height: 92px;
}
#bodyregister div#register.section ul.register_list_fields li.li_termsandcond
{
	height: 40px;
}

	#bodyregister div#register.section ul.register_list_fields input {
		float: left;
		background-color: #111031;
		border-color: #111031;
		color: #cacce1;
	}
#bodyregister div#register.section ul.register_list_fields input#txtRadix {
	width: 600px;
}
#bodyregister .label
{
	font-weight: bold;
}

#bodyregister div#register.section #register_button input.control
{
	margin: 0px 0px 0px auto;
	width: 100px;
}

#bodyregister .inside_section {
	height: 600px;
	border-radius: 0 20px 110px 0;
}
#bodyregister div#register.section
{
	width: 700px;
	margin: 0 auto;
}
#bodyregister div#register.section ul.register_list_fields input.check_termsandconditions
{
	width: auto;
}
#bodyregister div#register.section input.control {
	margin: 0px 0px 0px auto;
	width: 100px;
}
/* Top Right Bottom Left */
#bodyregister div#register.section #register_form.inside_section
{
	padding: 40px 40px 20px 50px;
}
#bodyregister .control .error
{
	display: block;
	visibility: hidden;
	width: 400px;
}
#bodyregister div#register.section ul.register_list_fields #ctl_TermsAndCond
{
	width: 450px;
}
.password_advise {
	font-size: 12px;
	color: #0d81e5;
	clear: both;
	float: right;	
	margin-top: 5px;
}
#bodyregister #error_txtEmail.error
{
	width: 400px;
}
#bodyregister #error_txtUser.control_error
{
	width: 400px;
	color: red;
}
#bodyregister #divUser.section .inside_section {
	height: 730px;
}
/* Attach Image*/
#imgFileImage.image {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	cursor: pointer;
}
input#fileImage {
	display: block !important;
	width: 157px !important;
	height: 57px !important;
	opacity: 0 !important;
	overflow: hidden !important;
}
#page-wrapper {
	width: 100px;
}
#page-wrapper img {
	width: 100%;
}
#fileDisplayArea {
	margin-top: 2em;
	width: 100%;
	overflow-x: auto;
	background-color: green;
	width: 200px;
	position: absolute;
	margin-top: -40px;
	opacity: 0.5;
	background-color: #000000;
	z-index: 0;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	top: 148px;
}
.avatar-zone {
	width: 200px;
	height: 200px;
	background-color: #CCCCCC;
}

.upload_btn {
	position: absolute;
	width: 200px;
	height: 40px;
	margin-top: -40px;
	z-index: 10;
	opacity: 0;
}
#divImage {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
}
div#divImageHint{
	margin-bottom: 20px;
	color: white;
}
div#image_center {
	display: flex;
	flex-direction: column;
	align-items: center;
}
div#ctl_receive_mail{
	color: white;
}
div#ctl_TermsAndCond {
	color: white;
}
.a_terms_and_cond {
	color: #21c8dc;
}
.register_head_content {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.div_register_password {
	color: #0d81e5;
	text-transform: capitalize;
}

/***********************************************************************************************/
/* LOGIN
/***********************************************************************************************/
.inside_section {
	/*background-color: white;*/
	padding: 10px 10px 10px 10px;
	border-radius: 0px 6px 0px 0px;
	margin-bottom: 20px;
}
.inside_title + .inside_section
{
	border-radius: 0px 6px 6px 6px;
}

.inside_title {
	display: inline-block;
	padding: 10px 6px 0px 6px;
	border-radius: 6px 6px 0px 0px;
	font-weight: bold;
	font-size: large;
	display: flex;
	justify-content: center;
}
	.inside_title span.title_text {
		background: transparent;
		padding-right: 20px;
		font-family: Open Sans,Arial,sans-serif;
		font-weight: 800;
		text-transform: uppercase;
		font-size: 25px;
		/* letter-spacing: 1px; */
		line-height: 1.3em;
		color: white;
		display: block;
	}
#bodyLogin .inside_title span.title_text {
	text-align: center;
}
#divRememberTitle.inside_title {
	padding: 0px;
	margin-bottom: 20px;
}
#bodyLogin .label {
	font-weight: bold;
}

#bodyLogin .control .error
{
	display: block;
	visibility: hidden;
}

#bodyLogin .section
{
	clear: none;
}

.inside_section
{
	height: 219px;
}
#bodyLogin div#login.section
{
	width: 370px;
	float: left;
	margin-right: 45px;
}
#bodyLogin div#login.section ul.login_list_fields
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bodyLogin div#login.section ul.login_list_fields li
{
	padding-bottom: 6px;
}

#bodyLogin div#login.section ul.login_list_fields input
{
	width: 100%;
}

#bodyLogin div#login.section #login_button {
	margin-bottom: 16px;
}
#bodyLogin div#login.section #login_button input.control
{
	margin: 0px 0px 0px auto;
	width: 100px;
}

#bodyLogin div#other.section
{
	float: left;
	width: 540px;
}

#bodyLogin div#other.section #other_form.inside_section
{
	padding: 40px 20px 40px 20px;
}

#bodyLogin div#other.section #other_form.inside_section ul.other_list li
{
	margin-bottom: 20px;
}

#bodyLogin div#other.section input
{
	display: inline-block;
	margin-left: 10px;
}
#bodyLogin #divUser.section .inside_section {
	height: 450px;
	width: 600px;
}
#bodyRemember #divUser.section .inside_section {
	height: 450px;
}
.remember_pass {
	margin-top: 15px;
	float: left;
}
.li_remember{
	margin-top:20px;
}
#bodyLogin #divUser.section #div_Remember.inside_section {
	height: 300px;
}
div#login_button {
	text-transform: capitalize;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
}
input#btnRemember.login_create_account {
	background: transparent;
	border: 3px solid #14f1d9;
	color: white;
}
.register_button {
	background-color: transparent;
	border: 2px solid #14f1d9;
	background-image: none;
	border-radius: 6px;
	color: #091744;
	line-height: 25.0070018768311px;
	text-align: center;
	text-decoration: none;
	height: 45px;
	text-decoration: none;
	width: 100%;
	height: 45px;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	transition: letter-spacing 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}
div#register_button:hover {
	letter-spacing: 3px;
	transition: letter-spacing 1s;
}
.a_register_button {
	text-decoration: none;
	text-transform: capitalize;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
}
.div_remember {
	color: #0d81e5;
	text-decoration-line: underline;
	text-transform: capitalize;
	transition: letter-spacing 1s;
}
.div_remember:hover {
	transition: letter-spacing 1s;
	letter-spacing: 3px;
}
.a_remember {
	text-decoration: none;
}
/***********************************************************************************************/
/* ACCOUNT
/***********************************************************************************************/
h3.data_form {
	background-color: transparent;
	text-align: left;
}
.body_text {
	color: white;
	line-height: 1.5em;
	font-weight: normal;
	width: 400px;
	font-family: 'Rubik','Open Sans', sans-serif;
	color: #9fb9d6;
	font-weight: 300;
	font-size: 19px;
}
#divUser.section {
	width: 700px;
	float: left;
}

#divUser.section .inside_section {
	padding: 0px 60px 40px 60px;
	height: 730px;
	border-radius: 0 20px 110px 0;
}
#divUserForm ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#divUserForm .label {
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 3px;
}
#divUserForm .label.div_password {
	font-weight: bold;
	color: #14f1d9;		
}
input.input-box {
	width: 100%;
}
#bodyAccount #divUserForm ul {
	/*width: 230px;*/
	margin-bottom: 40px;
}
#bodyAccount #divUserForm ul #ctl_txtRadix {
	width: 600px;
}
#divUserForm input.input-box {
	background-color: white;
	border-color: #111031;
	/*color: #cacce1;*/
}
#divUserForm input.input-box.input-box-error {
	border: 2px solid red;
}
#divUserForm input#txtPassword.txtPasswordAccount {
	/*border-color: #14f1d9;*/
}
#txtPassword.input-box {
	/*box-shadow: inset 0 0 0 1px rgb(30 187 49 / 0%), inset 0 0 0 100px #111031;*/
}

/***** Links **********************/
#bodyAccount #divLinks.section {
	width: 370px;
	float: left;
	margin-right: 45px;
	clear: none;
}
#bodyAccount div#divLinksForm
{
	height: 233px;
}
#bodyAccount #divLinks ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bodyAccount #divLinks ul li a
{
	text-decoration: none;
	color: black;
}
#bodyAccount #divLinks ul li a:hover
{
	text-decoration: underline;
}
#divUserForm input.control {
	width: 100%;
	height: 45px;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #091744;
	transition: letter-spacing 1s;
	padding-top: 10px;
}
	#divUserForm input.control:hover {
		letter-spacing: 3px;
		transition: letter-spacing 1s;
	}
li .account{
	margin-bottom: 20px;
}
.account_content {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.account_log_out {
	display: flex;
	justify-content: center;
	position: absolute;
}
.account_log_out_padding {
	background-color: #6a00ca;
	height: 45px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}
form#frm_login {
	/*	width: 122px;*/
	/* background-color: #930fec;*/
}
form#frm_login:hover {
	/*opacity: 0.8;*/
}

#bodyAccount input.blockfield{
	pointer-events: none;
	background: #898989;
	color: #383838;
}

/***********************************************************************************************/
/* REMEMBER
/***********************************************************************************************/
#bodyRemember #divRemember
{
	width: 470px;
	margin: 0 auto;
}
#bodyRemember #divRemember #divRememberForm
{
	padding: 40px 60px 40px 60px;
}
#bodyRemember #divRemember #divRememberForm #divMail
{
	padding-bottom: 6px;
	width: 80%;
	margin: 0 auto;
	margin-left: 0px;
}
#bodyRemember #divRemember #divRememberForm #divMailHint
{
	font-weight: normal;
}
#bodyRemember #divRemember #divRememberForm #divMail input
{
	width: 100%;
}
#bodyRemember #divRemember #divRememberForm #divMail .error
{
	margin: 0 auto;
}
#bodyRemember .control .error 
{
	display: block;
	visibility: hidden;
}
#bodyRemember #divRemember.section #divRememberButton
{
	margin-bottom: 16px;
}
#bodyRemember #divRemember.section #divRememberButton input.control
{
	margin: 0px 0px 0px auto;
	width: 100px;
}


/***********************************************************************************************/
/* SPECIFIC 
/***********************************************************************************************/
.input-box {
	background-color: #FFF;
	background-image: none;
	border-bottom-color: #BDC3C7;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left-color: #BDC3C7;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #BDC3C7;
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: #BDC3C7;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: solid;
	border-top-width: 2px;
	box-shadow: none;
	box-sizing: border-box;
	color: #34495E;
	display: block;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 15px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 42px;
	line-height: 22px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 8px;
	transition-delay: 0s, 0s, 0s;
	transition-duration: 0.25s, 0.25s, 0.25s;
	transition-property: border, color, background-color;
	transition-timing-function: cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1), cubic-bezier(0, 0, 1, 1);
	width: 212.5px;
	margin: 0 auto;
}

.bottom_vvdc
{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgb(35,187,142);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(255, 255, 255);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-style: none;
	border-top-width: 0px;
	
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 25.0070018768311px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	transition-delay: 0s, 0s, 0s;
	transition-duration: 0.25s, 0.25s, 0.25s;
	transition-property: border, color, background-color;
	transition-timing-function: linear, linear, linear;
	
	vertical-align: middle;
	white-space: normal;
	
	height: 35px;
	width: 212.5px;
}

.pagina_link
{
	background-attachment: scroll;
	background-clip: border-box;
	background-color: rgba(26, 188, 156, 0.643137);
	background-image: none;
	background-origin: padding-box;
	background-size: auto;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 0px;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(255, 255, 255);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(228, 231, 234);
	border-right-style: solid;
	border-right-width: 2px;
	border-top-color: rgb(255, 255, 255);
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
	border-top-style: none;
	border-top-width: 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: auto;
	display: inline-block;
	font-family: Flat-UI-Pro-Icons;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 41px;
	line-height: 16px;
	list-style-type: disc;
	min-height: 41px;
	min-width: 41px;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 12px;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 12px;
	speak: none;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	transition-delay: 0s;
	transition-duration: 0.25s;
	transition-property: all;
	transition-timing-function: ease-out;
	width: 52px;
	word-spacing: 0px;
}


input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 50px #111031 inset; /* Change the color to your own background color */
	-webkit-text-fill-color: #cacce1;
}


/************************************/
/********  SUBMENU MOBILE   *********/
/************************************/
.expand_menu {
	display: none;
}

ul#mobile_menu {
	z-index: 9;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	top: -240px;
	position: relative;
	/*position: sticky;
        top: 200px;
        margin-bottom: 400px;*/
}

div#menu ul li.submenu {
	display: none;
	background-color: red;
	height: 40px;
}

li.expand_menu {
	height: 0px;
	margin-top: 440px;
}

li.expand_menu1 {
	background-color: red;
	background-color: #0a1434;
	height: 60px;
	display: flex;
	justify-content: center;
	font-size: 30px;
}

.a_expand_menu {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	color: white;
}

li#auctions {
	margin-left: 10px;
	margin-right: 10px;
}

.link_telegram_icon {
	display: flex;
	align-items: center;
	margin-right: 0px;
	margin-left: 15px;
}

form#frm_login {
	margin-top:50px;
	/*width: auto;*/
	/*height: 62px;*/
}
img.icon_menu:hover {
	cursor: pointer;
}
.logout_button {
	background-color: transparent;
	border: 2px solid red;
	background-image: none;
	border-radius: 6px;
	color: #091744;
	line-height: 25.0070018768311px;
	text-align: center;
	text-decoration: none;
	height: 45px;
	text-decoration: none;
	width: 100%;
	height: 45px;
	font-family: 'Rubik','Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: white;
	transition: letter-spacing 1s;
	display: flex;
	justify-content: center;
	align-items: center;
}

/***********************************************************************************************/
/* Tickets
/***********************************************************************************************/
table {
	table-layout: fixed;
	border-collapse: collapse;
	border: 3px solid #050b1f;
}

thead th:nth-child(1) {
	width: 7%;
}
thead th:nth-child(2) {
	width: 1%;
}

thead th:nth-child(3) {
	width: 8%;
}

thead th:nth-child(4) {
	width: 15%;
}

thead th:nth-child(5) {
	width: 5%;
}
thead th:nth-child(6) {
	width: 11%;
}
thead th:nth-child(7) {
	width: 14%;
}
thead th:nth-child(8) {
	width: 10%;
}
thead th:nth-child(9) {
	width: 7%;
}
thead th:nth-child(10) {
	width: 7%;
}
thead th:nth-child(11) {
	width: 7%;
}

th,
td {
	padding: 20px;
}
thead th,
tfoot th {
	font-family: Open Sans,Arial,sans-serif;
}

th {
	letter-spacing: 2px;
}

td {
	letter-spacing: 1px;
}

tbody td {
	text-align: center;
}

tfoot th {
	text-align: right;
}

thead,
tfoot {
	color: white;
	text-shadow: 1px 1px 1px black;
}

	thead th,
	tfoot th,
	tfoot td {
		background: linear-gradient( to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) );
		border: 3px solid #050b1f;
	}

tbody tr {
	background-color: rgb(20 41 95);
}

table {
	background-color: #22448b;
}

caption {
	font-family: "Rock Salt", cursive;
	padding: 20px;
	font-style: italic;
	caption-side: bottom;
	color: #666;
	text-align: right;
	letter-spacing: 1px;
}
.tourney_status{
	color: lawngreen;
}
.container {
	display: none;
}
.buyNFT {
	background-color: #21c8dc;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 75px;
	height: 31px;
}
.buyNFTFirstTime {
	background-color: #21c8dc;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 85px;
}
.buyNFTBadge {
	background-color: #21c8dc;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 100px;
	height: 36px;
	margin-left: 8px;
}
.activatetourney {
	background-color: #21c8dc;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 75px;
}
.discardtourney {
	background-color: #0d81e5;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 75px;
}
.buyBadge {
	background-color: #21c8dc;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 75px;
}
.Badge_container {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: #21c8dc 1px solid;
	border-radius: 9px;
	box-shadow: 5px 5px #21c8dc;
	padding: 7px;
	flex-direction: column;
}
.Badge_container_admin {
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: #21c8dc 1px solid;
	border-radius: 9px;
	box-shadow: 5px 5px #21c8dc;
	padding: 7px;
	flex-direction: row;
}
.popup_Text_1 {
	margin-right: 80px;
}
.popup_Text_2 {
	text-align: left;
}
.popup_Text_3 {
	display: flex;
	flex-direction: column;    
	justify-content: space-evenly;    
	align-items: flex-start; 
	padding-left: 20px;    
	padding-right: 20px;
}
.tourney_admin_reward {
	background-color: #cd5656;
	font-family: Open Sans, Arial, sans-serif;
	text-decoration: solid;
	font-weight: bold;
	border-radius: 9px;
	width: 75px;
}
.tourney_help {
	display: flex;
	align-items: center;
	width: 50%;
	background-color: white;
	border-radius: 20px;
	color: black;
	margin-bottom: 20px;
	justify-content: center;
	padding: 7px;
}
.tourney_help_box_head {
	background-color: white;
	border-radius: 20px;
	color: black;
	margin-bottom: 20px;
	justify-content: center;
	padding: 7px;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}
.tourney_help_box {
	background-color: white;
	border-radius: 20px;
	color: black;
	margin-bottom: 20px;
	justify-content: center;
	padding: 7px;
	margin-right: 5px;
	margin-left: 5px;
}
.tourney_help_step {
	width: 88px;
	height: 30px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 700;
	border-radius: 25px;
	background: linear-gradient(270deg, #ff43ca 0%, #052cc0 100%);
	float: left;
	margin-bottom: 10px;
}
.tourney_help_box_content {
	display: flex;
	align-items: center;
	flex-direction: row;
	margin-top: 24px;
}
.tourney_help_box_box {
	margin-left: 10px;
}
.tourney_help_phone {
	width: 50px;
	height: 50px;
	margin-top: 10px;
}
.tourney_help_phone_screen_shot {
	width: 241px;
	height: 523px;
}
.tourney_help_phone_description {
	background-color: #0d1c4a;
	color: white;
	border-radius: 5px;
	padding: 5px;
	width: 241px;
	height: 36px;
}
.tourney_help_chrome_ext_link {
	text-decoration: none;
	padding: 5px;
	color: white;
	border-radius: 8px;
}
.tourney_help_box_head:hover {
	background-color: rgb(13, 129, 229);
}
.radix_connector_chrome {
	background: linear-gradient(203deg, rgba(0, 174, 218, 1) 0%, rgba(13, 122, 179, 1) 56%, rgba(26, 69, 140, 1) 100%);
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	padding: 20px;
	border-radius: 10px;
	width: 205px;
	height: 50px;
	margin-top: 25px;
	border: 3px solid white;
}
.radix_connector_chrome:hover {
	border: 3px solid rgb(96 188 197);
}