/* ~~~~~~~~~ common ~~~~~~~~~~ */

@font-face {
    font-family: 'agenda-lightregular';
    src: url('agenda_light-webfont.eot');
    src: url('agenda_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('agenda_light-webfont.woff') format('woff'),
         url('agenda_light-webfont.ttf') format('truetype'),
         url('agenda_light-webfont.svg#agenda-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font:0.9em 'agenda-lightregular',sans-serif;
	color: #fff;
}

select, input, textarea {
	font:1.1em 'agenda-lightregular',sans-serif;
	color: #333;
  font-size: 18px;
}

h1 {
	font:4.3em 'agenda-lightregular',sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
	color: #fff;
  margin: 30px 0;
}
h2 {
	font-weight: normal;
	color: #3286f2;
	font: 3.4em 'agenda-lightregular',sans-serif;
	margin: 0.5em 0 15px 0;
	/*border-bottom:1px solid #d2d6d5;*/
}
h3{
	font-weight: normal;
	color: #3286f2; //#e8c95f;
	font: 2.8em 'agenda-lightregular',sans-serif;
	margin: 10px 0;
}
h4 {
	font-weight: normal;
	color: #3286f2; //#e8c95f;
	font: 2.0em 'agenda-lightregular',sans-serif;
	margin: 0 0 10px;
}

section p, section ul, section ol,
aside p, aside ul, aside ol {
	font: 1.3em/1.2 'agenda-lightregular',sans-serif;
	margin: 0.5em 0;
	color: #33;
}
section ul {
	margin-left: 1em;
	font: 1.3em/1.2 'agenda-lightregular',sans-serif;
}
section ol {
	margin-left: 1.4em;
	font: 1.3em/1.2 'agenda-lightregular',sans-serif;
}
ul {
	margin: 0;
	padding: 0;
	font: 1.3em/1.2 'agenda-lightregular',sans-serif;
	}

li{
	margin-bottom:4px;
}

p{
	font: 1.2em/1.3 'agenda-lightregular',sans-serif;
	color: #fff;
	margin-top:8px;
}

a {
	color: #fff;
	-moz-transition: all 0.1s linear; /* Firefox 4 */
	-webkit-transition: all 0.1s linear; /* Safari and Chrome */
	-o-transition: all 0.1s linear; /* Opera */
}

a:hover {
	color: #777;
}

Table Style - This is what you want
------------------------------------------------------------------ */
table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	color:#666;
	background:#eaebec;
	/*margin:20px;*/
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table th {
	padding:10px 15px 11px 15px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
table th:first-child{
	text-align: left;
	padding-left:20px;
}
table tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
table tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
table tr{
	text-align: center;
	padding-left:20px;
}
table tr td:first-child{
	/*text-align: left;
	padding-left:20px;*/
	border-left: 0;
}
table tr td {
	padding:9px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td{
	border-bottom:0;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr:hover td{
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.icon { font-size: 60px; }
.icon2 { font-size: 36px; color: white; }

.dashboard-contact {
	font-size: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #616264;
	display: grid;
	grid-template-columns: 2fr 5fr;
	color: #919191;
}
.dashboard-contact span, .dashboard-course span  {
	/*font-weight: 600;*/
	color: #fff;
}

.file_browse_spaced { margin: 0 0 30px 0; }
.document {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 100px;
  color: #919191;
  font-size: 20px;
  padding: 15px;
  width: 70%;
  background-color: #3f668f;
  margin-bottom: 10px;
  border-radius: 10px;
}
.document_rectangle {
  /*background-color: #f0ab31;
  width: 70px;
  height: 80px;*/
}
.document_rectangle i {
  color: #fff;
  font-size: 70px;
}
.document_text { padding: 33px 0 0; }
.document a { text-decoration: none; }
.document a:hover { color: #fff; }
.dashboard-progress-box {
	margin: 20px 0 20px;
	font-size: 16px;
	display: flex;
	border-bottom: 1px solid #5b7897;
	padding-bottom: 10px;
	flex-wrap: wrap;
}
.dashboard-progress-box2 {
	margin: 20px 0 20px;
	font-size: 16px;
	display: flex;
	border-bottom: 1px solid #5b7897;
	padding-bottom: 10px;
	flex-wrap: wrap;
}
.dashboard-progress-level h3, .dashboard-progress-section h4 {
	color: white; font-size: 1.8em;
}
.dashboard-progress-level h3 {
	background-color: #3c3c3e;
	padding: 8px;
}
.dashboard-progress-level {
 margin: 20px 0;
 padding-bottom: 20px;
}
.dashboard-progress-section {
	background-color: #32567b;
	padding: 20px;
}
.flex-item {
	margin: 0 10px 10px 0;
	padding: 25px 20px 20px;
	font-size: 20px;
	height: 25px;
	border-radius: 10px;
}
.flex-item-input {
	margin: 0 10px 10px 0;
	padding: 10px 20px 15px;
	height: 45px;
	font-size: 20px;
	border-radius: 10px;
}
.flex-item-input-large {
	margin: 0 10px 10px 0;
	padding: 10px 20px 15px;
	height: 100px;
	font-size: 20px;
	border-radius: 10px;
}
.flex-item-input-supersize {
	margin: 0 10px 10px 0;
	padding: 10px 20px 15px;
	height: 180px;
	font-size: 20px;
	border-radius: 10px;
}
.flex-item-bg { background-color: #3f668f; }
.flex-item-bg2 { background-color: #5b7897; }
.horizontal_spacer {
    width: 190px;
    display: inline-block;
}

@media only screen and (max-width:1200px) {
  .document { width: 100%; }
}
