/* Przykłady - strona główna */


#home .box {
	width: 278px;
	height: 160px;
	margin-bottom: 30px;
	margin-right: 30px;
	border: 1px solid #b4c9da;	
	float: left;
}
#home .box .content {
  height: 120px;
}

#student_form {
	width: 500px;
}

#student_form .surname {
	width: 80px;
}

#mini_search_form .search {
	width: 175px;
}

#mini_search_form .button {
	margin-left: 5px;
	width: 63px;
}

/* Home controller */
#login_box {
	width: 300px;
	margin: 0 auto;
	text-align: left;
}

#login_form {
	width: 300px;
}

#login_form label {
	width: 100px;
}


/* Years controller */

#year_form {
	width: 450px;
}

#year_form .inline select {
	width: 200px;
}

#year_form .start_year {
	width: 80px;
}

#select_programme label {
	float: left;
	display: block;
	width: 80px;
}

#years .year {
	width: 200px;
}

#select_programme {
	margin: 10px 0 5px 0;
}

#select_programme select {
	width: 220px;
}


/* Programmes controller */
#programmes .programme {
	width: 200px;
}

#programmes .programme .title p {
	text-align: center;
}

/* Groups controller */
#group_form {
	width: 250px;
}

#group_form .inline input {
	width: 80px;
}

#group_form .inline label {
	width: 120px;
}

#groups .group {
	width: 145px;
}

/* Semesters controller */

#semester_form {
	width: 300px;
}

#semester_form .academic_year {
	width: 100px;
}

#semester_form .studies_year, #semester_form .name {
	width: 50px;
}

#semester_form .inline label {
	width: 150px;
}

#semesters .semester {
	width: 145px;
}

#active_semesters .semester {
	width: 200px;
}

/* Subjects controller */

#subject_form .left {
	width: 330px;
	float: left;
}

#subject_form .right {
	float: left;
}

#subject_form .right select {
	width: 300px;
	height: 145px;
}

#subject_form .ects, #subject_form .hours {
	width: 50px;
}

/* Cart controller */
#assign_to_group_form {
	width: 400px;
}

/* notes - box */

.box_note {
	float: none;
	margin: 10px;
	border: 1px solid #91aec5;
}

.box_note .header {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 3px 5px;
	background-color: #89cbe6;
	border: 1px solid #ffffff;
}

.box_note .header p {
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	margin: 2px 0;
	padding: 0;
}

.box_note .content {
	padding: 5px;
	border-top: 1px solid #91aec5;
	height: 50px;
}

.box_note .buttons {
	border: 1px solid #91aec5;
	background-color: #89cbe6;
}

.box_note .buttons p {
	text-align: right;
	padding-right: 0.8em;
	padding-bottom: 5px;
}

.box_note .content ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* entries_index w learning path */
.entries_index {
	float: none;
}

/* Teachers controller */

#teacher_header .info {
	float: left;
}

#teacher_header .archive_reason {
	width: 200px;
	margin-bottom: 10px;
}

#teacher_header .archive_reason span {
	font-weight: bold;
	color: #31627e;
}

#teacher_header .menu {
	float: right;
	margin-top: 5px;
}

#teacher_header .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#teacher_header .menu li {
	list-style: none;
	margin: 0;
}

#teacher_header .menu li a {
	color: #31627e;
}

#teacher_header .menu li a:hover {
	color: #ff5917;
}

#teacher_header .menu li.reset_password {
	background: url('/images/icons/reset_password.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#teacher_header .menu li.archive {
	background: url('/images/icons/archive.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#teacher_header .menu li.edit {
	background: url('/images/icons/edit.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#teacher_header .menu li.delete {
	background: url('/images/icons/delete.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}


/* Students controller */

#student_header .info {
	float: left;
}

#student_header .archive_reason {
	width: 200px;
	margin-bottom: 10px;
}

#student_header .archive_reason span {
	font-weight: bold;
	color: #31627e;
}

#student_header .menu {
	float: right;
	margin-top: 5px;
}

#student_header .menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#student_header .menu li {
	list-style: none;
	margin: 0;
}

#student_header .menu li a {
	color: #31627e;
}

#student_header .menu li a:hover {
	color: #ff5917;
}

#student_header .menu li.add_to_cart {
	background: url('/images/icons/add_to_cart.gif') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#student_header .menu li.archive {
	background: url('/images/icons/archive.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#student_header .menu li.edit {
	background: url('/images/icons/edit.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

#student_header .menu li.delete {
	background: url('/images/icons/delete.png') 0 50% no-repeat;
	padding: 0 10px 0 20px;
}

/* User permissions form */
#user_permissions_header {
	
}

#user_permissions_header .info {
	float: left;
}

#archive_form {
	width: 440px;
}

#archive_form .normal input {
	width: 400px;
}

.add_link {
	font-size: 14px;
	text-align: left;
	background: url('/images/icons/plus.png') 0 50% no-repeat;
	padding-left: 20px;
	margin: 5px 0 8px 0;
}

.add_cart {
	font-size: 14px;
	text-align: left;
	background: url('/images/icons/add_to_cart.gif') 0 50% no-repeat;
	padding-left: 20px;
	margin: 5px 0 8px 0;
}

.change_password {
	font-size: 14px;
	text-align: left;
	background: url('/images/icons/change_password.png') 0 50% no-repeat;
	padding-left: 20px;
	margin: 5px 0 8px 0;
}

#new_grade_form {
	width: 540px;
}


#new_grade_form .date_select {
	width: 60px;
}