/*
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 : 23-Sep-2015, 15:46:05
    Author     : Giulio
*/

/*
.groups-table td {
	padding: 5px 25px;
}
*/

.groups-table td.export-link {
    padding: 10px 25px;
}

.gdp-sac table {
	font-size: 1.3em;
	width: 100%;
}

.gdp-sac h2 {
	color: white;
   //background-color: #e6e6e6;
	background-color: #1464AB;
    border-top-color: #ff0000;
    border-top-width: 5px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 10px;
	width: 100%;
}

.groups-table .gdp-heading {
	color: black !important;
	//font-weight: bold;
	margin-bottom: -15px;
	font-size: 1.5em;
	padding: 5px;
	color: white;
	// background-color: #70AD47;
	//background-color: #1464AB;
	background-color: #e6e6e6;
    border: 2px solid white;
}

.bg-grey {
	width: 100%;
	color: black;
	background-color: #e6e6e6;
	padding: 10px;
}

.gdp-group-name {
	font-size: 1.5em;
	padding: 5px;
}
  

.class-admin {
    padding-bottom: 20px;
}

.export-link a, .link-back a {
	padding: 5px;
	margin: 3px 0;
	//border: 2px solid #BADA55;
	border: 2px solid #DABA55;
	border-radius: 5px;
	//color: #BADA55;
	color: #DABA55;
}

.export-link a:hover, .link-back a:hover, .submit-user:hover {
	//background-color: #BADA55;
	background-color: #DABA55;
	color: #FFFFFF;
}

.submit-user:hover {
    cursor: pointer;
}

.link-back {
    margin-bottom: 50px;
    margin-top: 40px;
}

.gdp-sac table {
	width: 100%;
}

.table-list, .table-user {
	padding-bottom: 10px;
}

.table-list td, .table-list th, .table-user td {
    box-sizing: border-box;
    padding: 5px;
}

.gdp-table-header th, .gdp-table-header {
	color: white;
	//background-color: #70AD47;
	background-color: #1464AB;
	border: 2px solid #ADE7FF;
}

.table-list table td, .table-user table td {
    // border: 2px solid #BADAA5;
	border: 2px solid #ADE7FF;
}

.table-list table tr:nth-of-type(odd) {
   background-color: #D9E7EF;
}

.last-line {
    background-color: #B4F38B !important;
}

.pupils-list {
	border: 2px solid #BADAA5;
	border-radius: 5px;
	margin-bottom: 20px;
}

.user-select {
	padding-top: 20px;
	border-radius: 5px;
	moz-border-radius: 5px;
}

.submit-user {
	border-radius: 5px;
	moz-border-radius: 5px;
	background-color: white;
	color: #BADAA5;
}

.pupil-name {
	font-weight: bold;
	padding-bottom: 5px;
}

#content h1.pupil-info-title {
    line-height: 1.3em;
}

.center-align {
    text-align: center;
}

.form-border {
	margin: 0 auto;
	padding: 5px;
	border: 2px solid #BADAA5;
	border-radius: 10px;
	color: #BADAA5;
	height: 320px;
	width: 550px;
}

.form-border a img {
	margin-right: 30px;
}

#learndash_profile .profile_edit_profile {
	display: none;
}

.col-wide {
	width: 1000px;
}

.col-attempt {
    width: 100px;
}

.class-admin .gdp-table-header {
	font-size: 1.3em;
}
