@charset "UTF-8";
/* CSS Document */
html {
	/*overflow:scroll !important;*/
}

body {
	font-family:Arial, sans-serif;
	margin:0;
	padding:0;
	overflow:scroll !important;
	}

h1 {
	font-size:28px;
	color:rgba(255,255,255,1.00);
	margin:0 0 20px 0;
	}

p {
	color:rgba(255,255,255,1.00);
	margin:0px;
	}


a:link {
    color: rgba(255,255,255,1.00);
		}
a:visited {
    color: rgba(222,222,222,1.00);
		}
a:hover {
    color: rgba(17,41,131,1.00);
		}
a:active {
    color: rgba(222,222,222,1.00);
		}

.header_tt {
	margin:0;
	background-color:
	rgba(249,249,249,1.0);
	height: 80px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(34,34,34,0.37);
	-moz-box-shadow: 0px 1px 1px 0px rgba(34,34,34,0.37);
	box-shadow: 0px 1px 1px 0px rgba(34,34,34,0.37);
	}

.logo_tt {
	margin: 10px 0 0 10px;
	height: 70px;
	}
.content_tt {
	margin-left:auto;
	margin-right:auto;
	margin-top: 80px;
	width:80%;
	height:800px;
	}

.beta-banner {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgba(230, 230, 230, 1);
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 3px 5px 0px rgba(33,33,33,0.37);
	-webkit-transition: ease 0.6s background;
	-moz-transition: ease 0.6s background;
	transition: ease 0.6s background;
}

.beta-banner:hover {
	background: rgba(240, 240, 240, 1);
}

.beta-banner a {
	display: inline-block;
	width: 100%;
	color: #0090BE;
	text-decoration: none;
}

.maintenance-note {
	/*position: absolute;*/
	top: 140px;
	width: 80%;
	margin: 60px 10% 0 10%;
	padding: 10px;
	height: auto;
	line-height: 26px;
	background: rgba(245, 152, 0, 0.8);
	color: #000;
	font-size: 20px;
	text-align: center;
	box-shadow: 0px 1px 1px 0px rgba(34,34,34,0.37);
	transition: ease 0.6s background;
}

.maintenance-note h2 {
	font-size: 26px;
	margin: 0 0 10px 0;
	padding: 0;
}

ul {
	text-decoration: none;
	}
li {
	text-decoration: none;
	list-style: none;
	}

.container_buttons_tt {
	float: left;
	margin: -10px 0px 0px -45px;
	width: 500px;
	}
/*New by Gabriel_______________________________________________*/
.docs-container {
	width: 100%;
	background: #f8f8f8;
	box-shadow: 0px 2px 4px 2px #ccc;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 10px;
	margin:10px 0 0 40px;
	}

.docs-container ul {
	margin: 0;
	padding: 0;
}

.docs-container li {
	height: 30px;
    border-bottom: 1px dashed #aaa;
    margin: 0 0 15px 0;
}

.docs-container li.lang-breaker {
	height: 20px;
	color: #666;
	border-bottom: 1px solid #aaa;
}

.docs-container h2 {
	color: #666;
	font-size: 20px;
	text-align: center;
}

.docs-container .doc-link {
	color: #0060bf;
	text-decoration: none;
	transition: ease 0.6s color;
}

.docs-container .doc-link:hover {
	color:#0072e3;
}

.docs-container .doc-icon {
	width: 28px;
	height: 28px;
	margin: 0 5px 0;
	vertical-align: -8px;
}

.docs-container .doc-icon img {
	width: 100%
}


/*END---New by Gabriel_______________________________________________*/
.attachment_tt {
	margin-right: 20px;
	height: 25px;
	}

a.buttons_tt {
	border-button: none;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
    }
a.buttons_tt:link {
	border: none;
	margin-bottom:7px;
	display:block;
	height:40px;
	padding:10px 0 10px 10px;
	width:510px;

}
a.buttons_tt:hover {
    border: none;
    color: #f6f6f6;
    opacity: 0.85;
 }
a.buttons_tt:active {
    border: none;
    color: #f6f6f6;
}
a.buttons_tt:visited {
    border: none;
    color: #f6f6f6;
}

.button_tt_1 {
	border: none;
	background: #1F8AE8;
	}
.button_tt_2 {
	border: none;
	background: #1F8AE8;	}
.button_tt_3 {
	border: none;
	background: #1F8AE8;	}
.button_tt_4 {
	border: none;
	background: #1F8AE8;	}
.button_tt_5 {
	border: none;
	background: #1F8AE8;	}
.button_tt_6 {
	border: none;
	background: #1F8AE8;	}


.content_tt {
	margin-left:auto;
	margin-right:auto;
	margin-top: 60px;
	width:80%;
	height:800px;
	}

.dhxform_textarea {
	width: 230px!important;
	}
