/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015.01.20., 23:00:00
    Author     : Tomi
*/
#footer{
	text-align: center;
}/*
p{
    text-align: justify;
}*/
html{

}

#login_b{
    padding: 10px;
    color: #fff;
    font-size:15px;
    background-color: #339cd3;
    border-radius:0px;
    letter-spacing:2px;
}
label.login_l{
font-weight:300;
color:#4a4a4a;
letter-spacing:2px;
}

#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('http://loadinggif.com/images/image-selection/3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

img{
    margin: 0px 10px;
}
body {
/*    background: url(/public/images/body_bg.jpg) top center no-repeat; */ 
    line-height: 1.75em;
    color: #4e4e4e;
    font-size: 12.5pt;
}

#wrapper{
    width: 1200px;
    margin: 0px auto;
    height: 800px;
}

#header {
    background: #2C84AF url(/public/images/header_bg.jpg) top left no-repeat;
    color: #FFFFFF;
    height: 120px;
    position: relative;
    padding: 40px;
    /* border-radius: 10px; */
    border-top: solid 1px #96D0F7;
    border-bottom: solid 1px #0C3459;
    margin-bottom: 20px;
}

#page{
    padding: 40px;
    background: #EAEEF2 url(/public/images/content_bg.jpg) top left repeat-x;
    /* border-radius: 10px;*/
    border: solid 2px #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
    min-height: 500px;
}
body,input {
    font-family: Arial, sans-serif;
    color: #4e4e4e;
}

h1,h2,h3,h4 {
    text-shadow: 0 2px 0 #A3A3A3;
}
#recordList{
      border-top: 50px;
}

#recordList table{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4em;
    font-style: normal;
   border-radius: 10px;
 
}
#recordList table p{
    text-align: justify;
}
#recordList table thead th{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #0C46E3;
    border:1px solid #6991FD;
    border-bottom:3px solid #6991FD;
    background-color:#6991FD;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(12, 70, 227)),
        color-stop(0.51, rgb(85,131,237)),
        color-stop(0.87, rgb(105,145,253))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(12, 70, 227) 2%,
        rgb(85,131,237) 51%,
        rgb(105,145,253) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#recordList table thead th:empty{
    background:transparent;
    border:none;
}
#recordList table tbody th{
    color:#fff;
    text-shadow:1px 1px 1px #568F23;
    background-color:#9DD929;
    border:1px solid #93CE37;
    border-right:3px solid #9ED929;
    padding:0px 10px;
    background:-webkit-gradient(
        linear,
        left bottom,
        right top,
        color-stop(0.02, rgb(212,225,254)),
        color-stop(0.51, rgb(139,198,66)),
        color-stop(0.87, rgb(212,225,254))
        );
    background: -moz-linear-gradient(
        left bottom,
        rgb(212,225,254) 2%,
        rgb(139,198,66) 51%,
        rgb(123,192,67) 87%
        );
    -moz-border-radius:5px 0px 0px 5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
#recordList table tfoot td{
    color: #9CD009;
    font-size:32px;
    text-align:center;
    padding:10px 0px;
    text-shadow:1px 1px 1px #444;
}
#recordList table tfoot th{
    color:#666;
}
#recordList table tbody td{
    padding:10px;
    text-align:center;
    background-color:#D4E1FE;
    border: 2px solid #E7EFE0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
#recordList table tbody span.check::before{
    content : url(../images/check0.png)
}

#logo {
	top: 40px;
	height: 120px;
	position: absolute;
	left: 180px;
	line-height: 140px;
        color: #FFDB00;
        font-weight: bold;
        font-size: 16pt;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h1 {
	font-size: 2.8em;
	text-shadow: 0 2px 2px #0E3E68;
}

#menu {
	height: 62px;
	line-height: 62px;
	top: 130px;
	position: absolute;
}
h1{
    margin-top:0px;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.25em;
}

#menu ul {
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 10px 15px 10px 0px;
	display: inline;
	text-shadow: 0 1px 1px #0E3E68;
}

#label{
    width: 300px;
    display: inline-block;
    font-weight: bold;
    font-size: 14pt;
    line-height: 2.0;
    border-top: 40px;
}

br.clearfix {
	clear: both;
}

#buttons{
    margin-top: 50px;
    margin-bottom: 50px;
}

#data{
  text-align: justify;
  overflow: hidden;
  float: right;
  width: 705px;
    font-size: 12pt;
 margin: 5px 0px;
border: 1px solid whitesmoke;
}
div.adminupload{
    margin-bottom: 50px;
}
div.adminupload label{
	display: block;

    width: 305px;
    text-align: left;
    font-weight: bold;
    margin: 6px 0px;
   
    float: left;
    position: relative;

  
}
div.adminupload p{
    margin: 0px;
}
div.adminupload input[type="text"]{
	width: 710px;
	height: 25px;
        float:right;
	font-size: 12px;
         margin:8px 0px;
        float:right;
}

div.adminupload input[type="password"]{
	width: 710px;
	height: 25px;
        float:right;
	font-size: 12px;
        margin:8px 0px;
        float:right;
}

div.adminupload input[type="email"]{
	width: 710px;
	height: 25px;
        float:right;
	font-size: 12px;
        margin:8px 0px;
        float:right;
}

div.adminupload input[type="date"]{
	width: 710px;
	height: 25px;
        float:right;
	font-size: 12px;
         margin:8px 0px;
        float:right;
}

div.adminupload input[type="checkbox"]{
        height: 25px;
        margin:8px 0px;
        float:right;
        width: 25px;
}
#textbox{
    width:710px;
    float:right;
      margin:8px 0px;
    margin-left: 0px;
    padding: 0px;
}

div.adminupload select{
	width: 710px;
	height: 25px;
	font-size: 12px;
          margin:8px 0px;
        float:right;
}

div.adminupload textarea{
        width: 710px;
	height: 200px;
	font-size: 12px;
        margin-top: 5px;
        resize: none;
}

#buttonRow{
    width:100%;
  
}
#buttonRowRight{ 
   width: inherit;
   text-align: right;
   border-bottom: 50px;
   padding-top:20px
}

*:focus {
    outline: 0 !important;
}

#menubar{
   margin: 25px 0px;
}

#menubarText{
    font-weight: bold;
    font-style: italic;
}

#pictureMenuItem{
    text-align: center;
    width: 256px;
    display: inline-block;
    margin: 20px;
}

#pictureMenu{
   text-align: center;
}

button{
    padding:15px;
    color:#fff;
    text-shadow:1px 1px 1px #0C46E3;
    border:1px solid #6991FD; 
    background-color:#6991FD;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.02, rgb(12, 70, 227)),
        color-stop(0.51, rgb(85,131,237)),
        color-stop(0.87, rgb(105,145,253))
        );
    background: -moz-linear-gradient(
        center bottom,
        rgb(12, 70, 227) 2%,
        rgb(85,131,237) 51%,
        rgb(105,145,253) 87%
        );
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius:5px 5px 0px 0px;
   
    border-radius: 10px;
}

.redButton {
	-moz-box-shadow: 1px 0px 28px 3px #f5978e;
	-webkit-box-shadow: 1px 0px 28px 3px #f5978e;
	box-shadow: 1px 0px 28px 3px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.redButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
.redButton:active {
	position:relative;
	top:1px;
}

.greenButton {
	-moz-box-shadow: 1px 0px 28px 3px #3dc21b;
	-webkit-box-shadow: 1px 0px 28px 3px #3dc21b;
	box-shadow: 1px 0px 28px 3px #3dc21b;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.greenButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.greenButton:active {
	position:relative;
	top:1px;
}


.blueButton {
	-moz-box-shadow: 1px 0px 28px 3px #97c4fe;
	-webkit-box-shadow: 1px 0px 28px 3px #97c4fe;
	box-shadow: 1px 0px 28px 3px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	padding:15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.blueButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.blueButton:active {
	position:relative;
	top:1px;
}

a:visited{
    display: none;
}

.info, .success, .warning, .error, .validation{
border: 1px solid;
margin: 10px 0px;
padding:15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
margin-top: 20px;
margin-bottom: 20px;
text-align: justify;
border-radius: 10px;
}
.info {
color: #00529B;
background-color: #D4E1FE;
background-image: url('../images/info.png');
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('../images/success.png');
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('../images/warning.png');
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('../images/error.png');
}

.error2 {
color: #D8000C;
background-color: #FFBABA;
border: 1px solid;
margin: 10px 0px;
padding:15px;
/*background-repeat: no-repeat;
background-position: 10px center;*/
margin-top: 20px;
margin-bottom: 20px;

border-radius: 10px;
}
#learningText{
    width: 1000px;
}

#lessonText{
    width: 750px;
    padding: 20px;
    background: #EAEEF2 url(/public/images/content_bg.jpg) top left repeat-x;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF; 
    min-height: 300px;
    float: left;
}

#exerciseText{
    width: 350px;
    padding: 20px;
    background: #EAEEF2 url(/public/images/content_bg.jpg) top left repeat-x;
    border-radius: 10px;
    border: solid 2px #FFFFFF;
    text-shadow: 0 1px 0 #FFFFFF;
    min-height: 300px;
    float: right;
    text-align: left;
}
/*
#exerciseText p{
    font-weight: bold;
}*/

.linedwrap {
	border: 1px solid #c0c0c0;
	padding: 3px;
}

.linedtextarea {
	padding: 0px;
	margin: 0px;
}

.linedtextarea textarea, .linedwrap .codelines .lineno {
	font-size: 10pt;
	font-family: monospace;
	line-height: normal !important;
}

.linedtextarea textarea {
	padding-right:0.3em;
	padding-top:0.3em;
	border: 0;
}

.linedwrap .lines {
	margin-top: 0px;
	width: 50px;
	float: left;
	overflow: hidden;
	border-right: 1px solid #c0c0c0;
	margin-right: 10px;
}

.linedwrap .codelines {
	padding-top: 5px;
}

.linedwrap .codelines .lineno {
	color:#AAAAAA;
	padding-right: 0.5em;
	padding-top: 0.0em;
	text-align: right;
	white-space: nowrap;
}

#sourceCode{
    margin: 5px;
    margin-bottom: 25px;
}

#ButtonRowCenter{
     width: inherit;
   text-align: center;
   border-bottom: 50px;
   padding-top:20px;
     
}