/* BEGIN GENERAL */

.topbox {
    background-color: white;
    border: 1px solid #DDD;
    width: 80%;
    border-radius: 10px;
    padding: 5px 15px;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    font-kerning: auto;
    line-height: 1.3em;
}

/* END GENERAL */


.modulecircle {
    background-color: #176283;
    float: left;
    border-radius: 100%;
    color: white;
    text-align: center;
    width: 80px;
    height: 80px;
    margin-left: 50px;
    display: inline-block;
    clear: both;
    line-height: 80px;
    margin: 10px 0;
}

.moduletitle {
  color: #00314b;
    /* border-top: solid #00314b 1px; */
  float: left;
  padding: 10px 0 0 20px;
    font-size: 1.3em;
 height: 60px;
    width: 70%;
    margin: 10px 0; 
    clear: right;
    display: inline-block;

}

.moduletitle a {
    color: #00314b;
}

.moduletitle a:hover {
    color: red;
}

/* BEGIN IPC */

.ipcheader {
    background-image: url('http://www.ctbto.org/fileadmin/user_upload/images/CDI/moodle/ipcbannertransparent.png');
    width:100%;
    font-family: raleway;
}

.ipctitle {
    background-image: url('http://www.ctbto.org/fileadmin/user_upload/images/CDI/moodle/prep.jpg');
    background-size: 150px 150px;
    width: 150px;
    height: 150px;
    border-top-left-radius: 100%; 
    border-top-right-radius: 100%; 
    border-bottom-right-radius: 100%; 
    border-bottom-left-radius: 100%; 
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .4);
}

.ipcprepmod {
    vertical-align: top; 
    width: 28%; 
    height: 110px; 
    background-color: #DFEDF2; 
    border: solid 1px #bababa; 
    border-radius: 2px; 
    display: inline-block;
    position: relative;
    padding: 0 10px 0 15px;
}

.ipcprepmod a {
position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.ipcprepmod:hover {
    background-color: #fffad1; 
}

.box contents {
    border: 1px solid black;
}

#inst309 {
    border: 0px;
}

.choosecircle {
border: 0;}

.choosecircle:hover {
    opacity: .5;
}

/* BEGIN DPP ARCHIVE */

.moddesc {
margin: 30px 50px 0 50px;
}

.modnav {
padding: 15px 20px;
border-radius: 10px;
border: solid 1px #bababa;
background-color: #fafafa;
font-size: .95em;
}

.dppbtn {
    width: 15%; 
    background-color: #DFEDF2; 
    border: solid 1px #bababa; 
    border-radius: 2px; 
    display: inline-block;
    vertical-align: top;
   height: 50px;
    padding: 10px;
   font-family: raleway;
}

.dppbtn a {
position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.dppbtn:hover {
    background-color: #fffad1; 
}

/* END DPP ARCHIVE */ 

/* BEGIN TUTORIAL */

.tutorialcontainer {
  padding: 10px 0px;
}

.tutorialdesc {
  color: #00314b;
  float: left;
  padding-left: 15px;
  height: 80px;
  font-size: 1.2em;
  font-family: raleway;
  width: 60%;
}

.tutcircle1 {
  padding-left: 2px;
  background-color: #00314b;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 2em;
  display: inline-block;
  float: left;
  color: white;
  font-family: sans-serif;
  line-height: 70px;
  background-image: url('http://education.ctbto.org/images/tutorial/treaty.jpg');
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
}

.tutcircle2 {
  padding-left: 2px;
  background-color: #00314b;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 2em;
  color: white;
  opacity: .8;
  display: inline-block;
  float: left;
  font-family: sans-serif;
    line-height: 70px;
    background-image: url('http://education.ctbto.org/images/tutorial/eif.jpg');
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
}

.tutcircle3 {
    padding-left: 2px;
  background-color: #00314b;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 2em;
  color: white;
  opacity: .8;
  display: inline-block;
  float: left;
  font-family: sans-serif;
    line-height: 70px;
    background-image: url('http://education.ctbto.org/images/tutorial/ims.jpg');
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
}

.tutcircle4 {
    padding-left: 2px;
  background-color: #00314b;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 2em;
  color: white;
  opacity: .8;
  display: inline-block;
  float: left;
  font-family: sans-serif;
    line-height: 70px;
    background-image: url('http://education.ctbto.org/images/tutorial/idc.jpg');
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
}

.tutcircle5 {
    padding-left: 2px;
  background-color: #00314b;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 2em;
  color: white;
  opacity: .8;
  display: inline-block;
  float: left;
  font-family: sans-serif;
    line-height: 70px;
    background-image: url('http://education.ctbto.org/images/tutorial/osi.jpg');
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
    -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, .8);
}

.tutmod {
    vertical-align: middle; 
    width: 16%; 
    height: 110px; 
    background-color: #DFEDF2; 
    border: solid 1px #bababa; 
    border-radius: 2px; 
    display: inline-block;
    position: relative;
    padding-left: 15px;
    margin: 5px auto;
    font-family: arial;
    text-align: left;
}

.tutmod a {
position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.tutmod:hover {
    background-color: #fffad1; 
}

#enclosure {
    text-align: center;
}
    
.tutmod p {
    font-size: small;
}

/* special styles for ARABIC tutorial */

.arabic .tutmod {
    padding-right: 15px;
    margin: 5px auto;
    text-align: right;
}

.arabic {
    text-align: right;
    direction: rtl;
}

.arabic p {
    font-size: medium;
}

.arabic h3 {
    font-size: large;
}

.arabic h1 {
    font-size: large;
}    

/* END TUTORIAL */

/* BEGIN ASC12 ARCHIVE */

.ascbtn {
    vertical-align: middle; 
    width: 16%; 
    background-color: #DFEDF2; 
    border: solid 1px #bababa; 
    border-radius: 2px; 
    display: inline-block;
    position: relative;
    padding: 10px;
    margin: 5px auto;
    font-family: arial;
    text-align: left;
}

.ascbtn a {
position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.ascbtn:hover {
    background-color: #fffad1; 
}

.asccircle {
    vertical-align: top;
    width: 16%; 
    display: inline-block;
    font-family: arial;
    text-align: left;
    font-size: .95em;
    border-radius: 8px;
    color: #CA5A4A;
}

.asccircle p{
   margin: 0 5px 0 0;
}

.asccircle img {
width: 100%;
border-radius: 8px;
}

.asccircle:hover {
   opacity: .5;
   color: black;
}

/* END ASC12 ARCHIVE */

/*BEGIN ASC11 ARCHIVE */

.asc11 {
    vertical-align: top; 
    width: 28%; 
    height: 150px; 
    background-color: #DFEDF2; 
    border: solid 1px #bababa; 
    border-radius: 2px; 
    display: inline-block;
    position: relative;
    padding: 0 10px 0 15px;
}

.asc11 a {
position:absolute; width:100%; height:100%; top:0; left:0; text-decoration:none; /* Makes sure the link   doesn't get underlined */ z-index:10; /* raises anchor tag above everything else in div */ background-color:white; /*workaround to make clickable in IE */ opacity: 0; /*workaround to make clickable in IE */ filter: alpha(opacity=1); /*workaround to make clickable in IE */
}

.asc11:hover {
    background-color: #fffad1; 
}

/* END ASC11 ARCHIVE*/