@import url(https://fonts.googleapis.com/css?family=Roboto);

          @font-face {
    font-family: chem;
    src: url(chemrea.ttf);
}

    @font-face {
    font-family: chem2;
    src: url(chemreb.ttf);
}



body {
	margin: 0;
	top: 0;
	left: 0;
	padding: 0;

	font-family: 'Roboto', sans-serif;

	font-size: 14px;
	line-height: 180%;
	background-image: url('/images/background.png');
	overflow: hidden;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
}
body tbody {
	overflow-y: auto;
	overflow-x: hidden;
	height: 300px;
	display: block;
}

a {
	display:inline-block;
	padding:2px;
	color: #FF8989;
	text-decoration: none;
}
p {
	line-height:120%;
}

li {
	line-height:110%;
}


#wrapper, #footer {
	margin: auto;
	/*width: 920px;*/
	min-width:1200px;
}
#top1 {
	height: 40px;
}
#top1 .template {
	float: right;
	margin-top: 5px;
}
#top1 .language a {
	text-decoration: none;
}
#top1 .login {
	float: right;
	margin-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#top1 .language {
	float: left;
	padding-left: 40px;
	margin-top: 8px;
}
#flags img {
	float: right;
	margin-left: 10px;
	margin-top: 22px;
}
#flags div {
	float: right;
	margin-left: 10px;
	margin-top: 18px;
}
#flags div a {
	text-decoration: none;
}
#top2 {
	margin-top: 5px;
	background: url('../images/head.png') center top no-repeat;
	background-position: -60px 0px;
	min-height: 500px;
	margin-left:4%;
    margin-right:4%;
    float: center;
}
#page {
	float: left;
	position: relative;
	margin-left: 10px;
	background: url('../images/pbg.png');
}

#page {

}
#footer div {
	float: right;
	width: 595px;
	color: gray;
}

#site
{
	display: flex;
    align-items: center;
    justify-content: center;
    margin-top:7%;
  	height: auto;
  	color: white;
  	width: 100% !important;

}
#site_content {
	margin-bottom: 100px;
}

.top {
	box-shadow: 0 -5px 5px -5px #333;
}

.right {
	box-shadow: -5px 0 5px -5px #333;
}

.bottom {
  	box-shadow: 0 5px 5px -5px #333;
}

.left {
  	box-shadow: 5px 0 5px -5px #333;
}

.all {
  	box-shadow: 0 0 5px #333;
}

.footer {
	width: 100%;
  	bottom: 0;
  	padding: 2rem;
  	background-color: #353535cc;
  	text-align: center;
  	color: white;
  	position: fixed;
}

#content h1 {
	color: grey;
}

.con {
	color: #000 !important;
}
#discarded {
	background-color: rgba(255, 255, 255, 0.09) !important;
}
.mydevce {
	width: 980px;
	display: block;
	min-height: 650px;
	height: 300px;
	overflow: auto;
	margin-left: 3%;
}
.mydevce p {
	margin-left: 45%;
}
.device {
	width: 300px;
	float: left;
	text-align: center;
	padding: 10px;
}
.device .top img {
	width: 300px;
	height: 250px;
}
.bottom a {
	padding: 2px 10px 0 10px;
}
.toolbar {
	height: auto;
}
.toolbar tbody {
	height: initial !important;
	display: initial !important;
}
#picked {
	background-color: rgba(255, 255, 255, 0.09);
}
.xdsoft_calendar tbody {
	height: 0;
	display: table-row-group;
}

#courses form tbody {
	height: 500px;
}

#modules form tbody {
	height: 500px;
}
.loginForm {
	font-size: 16px;
}
.loginForm tr:nth-child(1) td, .loginForm tr:nth-child(2) td {
	position: relative;
	border-radius: 26px;
	background-color: rgba(117, 117, 117, 0.3);
}
.loginForm tr:nth-child(3) td {
	border-radius: 26px;
	background-color: rgb(0,0,0);
}
.loginForm tr:nth-child(3) td:hover {
	background-color: rgb(30, 30, 30);
}
.loginForm tr:nth-child(3) a {
	color: #FFF;
}
.loginForm td img {
	padding: 1px;
	position: absolute;
	left: 22px;
	top: 2px;
}
.loginForm tr:nth-child(2) img {
	top: 0;
	left: 18px;
}
.loginForm input {
	background: transparent;
	border: none;
	color: white;
	padding: 6px;
	width: 260px;
}
#review {
	border: 3px dashed black;
	padding: 2px 2px 0 2px;
	margin: 5px;
}
@media screen and (max-width: 1500px) {
	body {
		overflow-y: auto;
	}
	#site {
		margin-top: 10%;
	}
	#review img {
		width: 600px;
	}
}
.mainUpload {
	position: absolute;
	width: 450px;
	height:230px;
	border: 2px solid gray;
	border-radius: 10px;
	right: 37%;
	top: 130%;
}
.mainUpload label{
	color: rgba(0, 0, 0, 0.71);
	margin-left: 60px;
}
.mainUpload h1
{
	text-align: center;
	background-color: #FEFFED;
	height: 70px;
	color: rgb(95, 89, 89);
	margin: 0 0 -29px 0;
	padding-top: 14px;
	border-radius: 10px 10px 0 0;
	font-size: 35px;
}
.uploadSpan {
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 20px;
	color: black;
	border: 1px solid black;
	border-radius: 20px;
	padding: 4px;
	cursor: pointer;
}
#selectImage{
	padding: 19px 21px 14px 15px;
	position: absolute;
	bottom: 0px;
	width: 414px;
	background-color: #FEFFED;
	border-radius: 10px;
}
.submit{
	font-size: 16px;
	background: #28d549;
	border: 1px solid #909090;
	color: #4E4D4B;
	font-weight: bold;
	cursor: pointer;
	width: 300px;
	border-radius: 5px;
	padding: 10px 0;
	outline: none;
	margin-top: 20px;
	margin-left: 15%;
}
.submit:hover{
	background: linear-gradient(#00ff30, #399f48);
}
#file {
	color: red;
	padding: 5px;
	background-color: #909199;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px #626F7E;
	margin-left: 15%;
}
#message{
	position:absolute;
	left:815px;
}
#success
{
	color:green;
}
#invalid
{
	color:red;
}
#error
{
	color:red;
}
#error_message
{
	color:blue;
}
#loading
{
	display:none;
	position:absolute;
	top:50px;
	left:850px;
	font-size:25px;
}

.alert-success {
	background-color: rgba(102, 239, 141, 0.35);
	padding: 3px;
	font-size: 18px;
	color: rgb(131, 226, 158);
}

.icons img {
	width: 24px;
}
