/* structure */
div.main-indented {
  margin: 0px !important;
}

section {
  margin: 50px auto !important;
  font-size: 13pt;
}

#enter {
  text-align: center;
}

#enter .content {
  background-color: #dfe7f0;
  width: 460px;
  padding: 30px;
}

#browsercheck .content {
  text-align: center;
  background-color: #f1f1f1;
  height: 100px;
  width: 460px;
}

#info {
  background-color: #dfe7f0; 
  padding: 30px; 
}

#info .content {
  width: 77%;
  margin: 0 auto;
  max-width: 1000px;
}
#authors, #partner, #project-of {
  text-align: center;
}

#authors a, #partner a, #project-of {
  border: 0px none !important;
}

.account-links {
  float: right;
}

h1 {
  text-align: center;
  color: #1b4872;
  /*margin: 0 0 30px 0;*/
  padding: 20px;
  letter-spacing: 4px;
  position: relative;
  line-height: 1.1em;
}

h2 {
  padding: 10px 15px 10px 15px;
  margin-bottom: 0;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

div.top-ctrl-right img.flag {
    margin: 0 5px 0 5px;
    cursor: pointer;
}

/* login form */

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

#inputs input {
  background: #f1f1f1 url('images/login-sprite.png') no-repeat;
  padding: 15px 15px 15px 30px;
  margin: 0 0 10px 0;
  width: 400px; /* 353 + 2 + 45 = 400 */
  border: 1px solid #ccc;
  -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
  box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}

#login-name {
  background-position: 5px -2px !important;
}

#password {
  background-position: 5px -52px !important;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #1b4872;
  outline: none;
}

#actions {
  margin: 10px 0 0 0;
}

#submit {
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: #d69e31 #e3a037 #d5982d #e3a037;
  float: left;
  height: 35px;
  padding: 0px !important;
  width: 120px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

#submit:hover, #submit:focus {
  
}

#actions a {
  float: right;
  line-height: 35px;
  margin-left: 10px;
}

a, a:visited, a:focus, a:hover {
  /*color: #1b4872;*/
  color: #3b93f7;
  border-bottom: 1px solid transparent;
}
a:focus, a:hover {
  /*border-bottom: 1px solid #1b4872 !important;*/
  /*font-weight: bold;*/
  border-bottom: 1px solid #3b93f7 !important;
}

/* landing page */
.goto-course {
  display: table;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  background: #1B4872;
  opacity: 0.8;
  color: #FFFFFF;
  cursor: pointer;
  transition: opacity .5s ease-in-out;
}

.goto-course:hover {
  opacity: 1;
}

.goto-course.disabled {
  background-color: #969696;
  opacity: 1;
  cursor: default;
}

.goto-course-text {
  display: table-cell; 
  vertical-align: middle; 
  text-align: center; 
  font-size: larger;
}

.goto-course-note {
  margin-top: 10px;
  font-size: 80%;
}

.goto-course-wrap {
  display: inline-block; 
}

.goto-course-wrap + .goto-course-wrap{
  margin-left: 100px; 
}

.grow { 
  margin-bottom: 20px;
  margin-top: 0;
  transition: all .5s ease-in-out; 
  padding: 10px 15px 10px 15px;
}

.no-grow { 
  margin-bottom: 20px;
  padding: 10px 15px 10px 15px;
}

/*
.grow:hover { 
  transform: scale(1.1); 
  background: #F1F5F8;
}

.grow:hover .highlight2{ 
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #1B4872;

}
*/

li:last-child {
  margin-bottom: 5px;
}

li.grow {
  font-size: 13pt;
  list-style-position: inside;
  text-indent: -30px;
  padding: 10px 10px 10px 2.5em;
  margin-bottom: 10px;
  margin-top: -15px;
}

li.grow:last-child {
  margin-bottom: 0;
}

.praise {
  font-style: italic;
  //width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#praise-wrapper {
  text-shadow: 1px 1px #F1F5F8;
  margin: auto; 
  position: relative; 
  width: 75%; 
  height: 90px;
  margin-bottom: 10px; 
  padding-bottom: 15px;
  min-width: 600px;
  /*box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
}

#praise-wrapper > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}

.chapter-content {
  display: table-cell;
  vertical-align: middle; 
  border-radius: 50%;
  background: #F1F5F8;
  height: 200px;
  width: 200px;
  padding: 10px;
  text-align: center;
}

.chapter {
  margin-left: 0;
  margin-right: 0;
}

.table-split {
  display: table-cell;
  width: 100px;
  min-width: 50px;
}

#chapter-wrapper {
  width: 70%;
  margin: auto;
  position: relative; 
  height: 200px; 
  /*margin-bottom: 20px;*/
  margin: 15px auto 40px auto;
  padding: 15px; 
}

#chapter-wrapper > div { 
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}

