body 
{		
	background-color: #C1C1C1;
	margin: 0px auto;	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;	
}
/*nejde v IMG a v INPUT, jde v A HREF a v TD*/
[label-title] {
    position: relative;
}
[label-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[label-title]:after {
    content: attr(label-title);
	visibility: hidden;
	position: absolute;
	top: -3em;
    left: 10%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    z-index: 99999;
	background-color: #333;   
	margin: 5px;
    padding: 5px;
	font-size: 11px;
	font-weight: normal;	
	text-align: left;	
	color: #f9f9f9;    
}
/*jde v IMG a v INPUT ale pod*/
.tip:hover {
    cursor: help;
    position: relative;
}
.tip span {   
    display: none;
}
.tip:hover span  {
	display: block;
    z-index: 100;	
	position: absolute;
	background-color: #333;    
	box-shadow: 1px 1px 3px #222222;
	margin: 5px;
    padding: 6px;
	font-size: 11px;
	font-weight: normal;	
	text-align: left;	
	color: #f9f9f9;	
}
/* width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
} 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #777; 
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.error
{
	width: 1200px;
	background-color: #666666;
	padding: 10px;
	text-align: center;
	font-weight: bold;	
	font-size: 14px;
	color: #ffffff;		
}
#nums
{	
	text-align: center;
	color: #999999;
}
h1 
{
	font-size: 18px;
	font-weight: bold;	
	text-align: center;	
	color: #f9f9f9;
}
img
{
	border: 0px;
	vertical-align: middle;
	margin: 0px;
	padding: 3px;	
}
hr 
{
	height: 1px;
	width: 50%;	
	border-top: 1px dotted #ccc;
	text-align: left;	
}
i {
	padding: 6px;
}
a 
{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
a:hover
{
	color: #999999;
}
a:focus, a:active {	
	color: #999999;
	font-weight: bold;
}
.login a, .footer a
{
	color: #f9f9f9;
	text-decoration: underline;
	font-weight: bold;
}	
.login a:hover, .footer a:hover
{
	color: #000000;
}
.login
{	
	width: 500px;
	height: 600px;	
	background-color: #999C93;
	background: url(../bg/body_bg_login.jpg) no-repeat;		
	margin: 0px auto;
	/*padding: 10px 0px 10px 0px;*/
	font-size: 13px;
	font-weight: normal;	
	text-align: center;
	color: #f9f9f9;
	vertical-align: middle;	
}
.login .user 
{
	width: 500px;
	height: 300px;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 14px;
	text-align: center;
	color: #f9f9f9;
}
.login .user td
{	
	padding: 10px 0px 10px 0px;
	text-align: center;
}
.login .user input[type=email]  
{	
	width: 70%;
	/*background: url(../icons/icon_login_email.png) no-repeat;	*/
	background: none;
	padding: 10px;	
	border: 1px solid #f9f9f9;	
	padding-left: 0px;	
	border-radius: 3px;
	font-size: 14px;
	color: #f9f9f9;
	text-align: center;
}

.login .user input[type=text]  
{	
	width: 70%;
	background: url(../icons/icon_login_user.png) no-repeat;	
	padding: 10px;	
	border: 1px solid #f9f9f9;	
	padding-left: 45px;	
	border-radius: 3px;
	font-size: 14px;
	color: #f9f9f9;	
}
.login .user input[type=password]  
{	
	width: 70%;
	background: url(../icons/icon_login_heslo.png) no-repeat;	
	padding: 10px;	
	border: 1px solid #f9f9f9;
	padding-left: 45px;	
	border-radius: 3px;
	font-size: 14px;
	color: #f9f9f9;
}
.login .user input[type=text]:focus, .login .user input[type=password]:focus 
{
	background-color: #444444;
}
.login .user input[type=button], .login .user input[type=submit] 
{
	width: 70%;
	background: none;
	border: 1px solid #fff;
	padding: 10px;	
	border-radius: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #f9f9f9;
	transition-duration: 0.6s;
	cursor: pointer;
}
.login .user input[type=button]:hover, .login .user input[type=submit]:hover 
{
  background-color: rgba(255, 255, 255, 0.2);
  color: #f9f9f9;
}
.body 
{
	width: 1400px;
	height: 750px;	
	background-color: #C1C1C1;	
	margin: 0px auto;
}
.upper  
{	
	height: 70px;
	background-color: #666;
	background: url(../bg/body_bg_upper.jpg) no-repeat;	
	font-size: 12px;
	font-weight: normal;	
}
.logo 
{
	width: 200px;
	background-color: rgba(0, 0, 0, 0.4);	
	text-align: center;
}
.student_admin
{	
	width: 500px;
	background-color: rgba(0, 0, 0, 0.4);
	padding-left: 0px;
	text-align: left;
	font-weight: bold;
	font-style: italic;	
	font-size: 16px;
	color: #f9f9f9;
}
.user
{
	width: 500px;
	background-color: rgba(0, 0, 0, 0.4);
	text-align: right;	
	padding-right: 30px;	
	color: #f9f9f9;
}
.logoff 
{
	width: 200px;
	/*background-color: rgba(0, 0, 0, 0.1);*/
	background-color: #777777;	
}
.middle 
{
	background: url(../bg/body_bg_menu.jpg) no-repeat;
	vertical-align: top;	
}
.menu  
{
	width: 200px;
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
.logoff ul, .menu ul, .logoffBuilder ul, .logoffTester ul
{
	width: 200px;		
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	overflow: hidden;
}
.menu li a
{
	display: block;	
	margin: 0px;	
	padding: 18px;	 
	font-weight: bold;
	font-size: 12px;
	color: #444;	
	text-align: center;
	text-decoration: none;	
}
.logoff li a
{
	display: block;	
	margin: 0px;	
	padding: 18px;	 
	font-weight: bold;
	font-size: 12px;
	color: #f9f9f9;
	text-align: center;
	text-decoration: none;	
}
.logoff li a:hover:not(.active), .menu li a:hover:not(.active)
{
	background-color: rgba(0, 0, 0, 0.3);
	color: #f9f9f9;
	transition-duration: 0.7s;
}
li.dropdown 
{
  display: block;  
}
.menu .dropdown-content 
{
	width: 200px;
	background-color: rgba(0, 0, 0, 0.3);
	position: relative;
	float: left;
	display: none;	
}
.menu .dropdown-content a 
{	
	display: block;	
	padding: 10px 0px;	
	color: #f9f9f9;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	transition-duration: 0.7s;
}
.dropdown:hover .dropdown-content 
{
	display: block;	
}
/************************************************************************************/
.main 
{
	width: 1200px;
	height: 100%;		
	background-color: #f9f9f9;	
	padding: 30px 30px 10px 30px;
	font-size: 12px;
	color: #666666;	
}
.main_report
{
	width: 1500px;
	height: 100%;		
	background-color: #f9f9f9;
	padding: 20px 20px 20px 20px;
	font-size: 12px;
	color: #666666;	
}
/*  gPageHeader("Přidělení kurzu") */
.main .header, .main_report .header
{	
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px dotted #999;
}
.main .list, .main_report .list
{
	width: 100%;	
	/*overflow: hidden;*/
}
.main .list .header, .header_add_edit, .main_report .list .header
{	
	height: 20px;
	background-color: #999999;
	background: url(../bg/main_list_header.jpg) repeat;
}
.main .list .header td, .main_report .list .header td
{	
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;	
}
.main .list .item td, .main_report .list .item td
{	
	background-color: #f3f3f3;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 6px;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.main .list .item_add_edit td
{	
	background-color: #E6EEEB;
	border-radius: 4px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 6px;
	font-size: 12px;
	font-weight: normal;
	color: #49836B;
}
.main .welcome
{
	width: 600px;
	height: 300px;
	border: 1px solid #ccc;
	background-color: none;	
	margin: 100px auto;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #333333;	
}
.tree_item_dep_pos 
{	
	padding: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;	
}
.tree_item_dep_pos .node
{	
	cursor: pointer;
}
.tree_sub
{
	display: none;	
	margin-left: 5px;
	font-weight: normal;
	color: #333333;
}
.tree_sub .list
{	
	margin-left: 25px;
	font-weight: normal;
	color: #333333;
}
#green input[type=button], #green input[type=submit] 
{
	background-color: #61A78A;
}
#green input[type=button]:hover, #green input[type=submit]:hover
{
	background-color: #87BCA7;	
}
#blue input[type=button], #blue input[type=submit] 
{
	background-color: #35809F;	
}
#blue input[type=button]:hover, #blue input[type=submit]:hover
{
	background-color: #59A7C8;	
}
#red input[type=button], #red input[type=submit] 
{
	background-color: #C85151;	
}
#red input[type=button]:hover, #red input[type=submit]:hover
{
	background-color: #D67E7E;	
}
#gray input[type=button], #gray input[type=submit] 
{
	background-color: #999999;	
}
#gray input[type=button]:hover, #gray input[type=submit]:hover 
{
	background-color: #c8c8c8;	
}
#olive input[type=button], #olive input[type=submit] 
{
	background-color: #AA9C66;		
}
#olive input[type=button]:hover, #olive input[type=submit]:hover 
{
	background-color: #BFB58C;	
}
input[type=radio], input[type=checkbox]
{
	width: 20px;
	height: 20px;
	margin: 7px;
	padding: 0px;
	cursor: pointer;
	vertical-align: middle;
}
input[type=button], input[type=submit] 
{
	background-color: #666666;
	border: none;	
	padding: 6px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #f9f9f9;
	font-size: 12px;
	font-family: Verdana;
	border-radius: 3px;
	cursor: pointer;	
	transition-duration: 0.7s;	
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}
input[type=button]:hover, input[type=submit]:hover
{
  background-color: #999999;
  color: #f9f9f9;
}
input[type=text], input[type=password], input[type=file], textarea, select  
{	
	padding: 6px;
	margin: 0px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #aaaaaa; 
	border-radius: 3px;
}
select .disabled {
	color: #999999;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
{
	background-color: #FFFBD5;
}
.footer 
{	
	height: 40px;
	/*background-color: rgba(0, 0, 0, 0.2);*/
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;	
	color: #444444;	
}
.login .mess 
{
/*---------blue---in gShowRetMessage in engine.asp--------*/
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFCC66;
}
/*-----------------------------------Message(i,w,e, text) in globals.asp-------------------*/
.main .info, .main .green 
{
	background: url(../icons/icon_mes_correct.png) no-repeat;	
	background-color: #B3D5C7;
	height: 20px;
	border-radius: 5px;
	margin: 0px;
	padding: 14px 0px 10px 40px;	
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #ffffff;
	transition-duration: 0.7s;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}
.main .mess, .main .warning, .main .blue 
{
	background: url(../icons/icon_mes_i.png) no-repeat;
	background-color: #35809F;
	height: 20px;
	border-radius: 5px;
	margin: 0px;
	padding: 14px 0px 10px 40px;	
	font-size: 12px;	
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #ffffff;
	transition-duration: 0.7s;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}
.main .error, .main .red
{
	background: url(../icons/icon_mes_incorrect.png) no-repeat;
	background-color: #C85151;
	height: 20px;
	border-radius: 5px;
	margin: 0px;
	padding: 14px 0px 10px 40px;	
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	color: #ffffff;	
	transition-duration: 0.7s;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.6);
}
