/* style for mapping injections to CAE knowledge units (expandable) */
.objective-map {
  
}

.objective-map th {
  padding-right: 1em;
  text-align: right;
}

.objective-map th.unit {
  font-size: 1.2em;
  text-align: left;
}

.objective-map td {
  padding-left: 1em;
  padding-right: 1em;
  border-top: thin solid;
}

.objective-map td.blank {
  padding-bottom: 3em; /* heightens the white-space */
}

.objective-map td.objective {
  border-left: thin solid;
}

.objective-map td.modules {
  text-align: right;
  border-right: thin solid;
}











/* Style For General Course Matrix */

/** padding:  top right bottom left
  *           top right/left bottom
  *           top/bottom right/left
  *           top/right/bottom/left
  *
  * border-radius:  top-left top-right bottom-right bottom-left
  */

.course-matrix {
  /*background-color: violet;*/
  
  margin-left: auto;
  margin-right: auto;
  
  /*border-radius: 10px;
  border-right: #0C224A solid;
  border-bottom: #0C224A solid;*/
}

.course-matrix .header {
  /*background-color: darkgray;*/
  background: linear-gradient(#0C234C, #020306);
  color: white;
  border-radius: 5px 5px 0 0;
  
  padding: 10px 10px;
  margin: 0px;
  
  font-size: 2em;
  font-weight: bold;
}

.course-matrix .course-title {
  /*background-color: teal;*/
  background: linear-gradient(#044577, #0C224A);
  color: white;
  border-radius: 5px 5px 0 0;
  
  
  padding: 5px 10px;
  margin: 0px;
  
  font-size: 1.25em;
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
  
  text-align: left;
  /*text-align: center;*/
}

.course-matrix .module-title {
  /*background-color: chartreuse;*/
  /*background: linear-gradient(#CCCCCC, #ECECEC);*/
  
  padding: 0px 10px;
  margin: 0px;
  
  font-size: 1.17em;
  font-weight: bold;
  
  
  text-align: right;
}

.course-matrix .module-list {
  /*background-color: pink;*/
  /*background: linear-gradient(#CCCCCC, #ECECEC);*/
  border-right: thin #0C224A solid;
  
  padding: 10px 10px;
  margin: 0px;
  
  
  
  /*text-align: center;*/
  text-align: left;
}

.course-matrix .module-list a {
    /*background-color: #CCCCCC;*/
    /*background: linear-gradient(#CCCCCC, #ECECEC);*/
    border-radius: 5px 5px 5px 5px;
    
    border: 1px solid darkgray;
    
    color: black;
    padding: 2px 6px;
    text-align: center;
    text-decoration: none;
  
    display: inline-block;
  
    margin: 1px 1px;
    cursor: pointer;
}

.course-matrix .module-list a:hover {
    background-color: #E0E0E0;
    /*background: linear-gradient(#ECECEC, #CCCCCC);*/
}

.course-matrix .module-list a:active {
    background-color: #D0D0D0;
    /*background: linear-gradient(#ECECEC, #CCCCCC);*/
}

.course-matrix .module-list a.developing::after {
    /*content: "*";*/
}
.course-matrix .module-list a.updated {
}

/* Style For Course List */

.course-list {
  /*background-color: violet;*/
  /*border-radius: 5px;
  border-right: #0C234C solid;
  border-bottom: #0C234C solid;*/
  
  margin-left: auto;
  margin-right: auto;
  
  padding-bottom: 10px;
}

.course-list .header {
  /*background-color: darkgray;*/
  background: linear-gradient(#0C234C, #020306);
  color: white;
  border-radius: 5px 0 0 0;
  
  padding: 10px 10px;
  margin: 0px;
  
  font-size: 2em;
  font-weight: bold;
}

.course-list .course-title {
  /*background-color: teal;*/
  background: linear-gradient(#0C224A, #044577);
  color: white;
  border-radius: 5px 0 0 5px;
  
  padding: 10px 10px;
  margin: 0px;
  
  font-size: 1.25em;
  /*font-weight: bold;*/
  /*text-decoration: underline;*/
  
  text-align: center;
}

.course-list .module-title {
  /*background-color: chartreuse;*/
  /*background: linear-gradient(#CCCCCC, #ECECEC);*/
  
  padding: 0px 10px;
  margin: 0px;
  
  font-size: 1.17em;
  font-weight: bold;
  
  
  text-align: right;
}

.course-list .module-list {
  /*background-color: pink;*/
  /*background: linear-gradient(#CCCCCC, #ECECEC);*/
  
  padding: 0px 10px;
  margin: 0px;
  
  /*text-align: center;*/
}

.course-list .module-list a {
    /*background-color: #CCCCCC;*/
    /*background: linear-gradient(#CCCCCC, #ECECEC);*/
    border-radius: 5px 5px 5px 5px;
    
    border: 1px solid darkgray;
    
    color: black;
    padding: 2px 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 1px 1px;
    cursor: pointer;
}

.course-list .module-list a:hover {
    background-color: #E0E0E0;
    /*background: linear-gradient(#ECECEC, #CCCCCC);*/
}

.course-list .module-list a:active {
    background-color: #D0D0D0;
    /*background: linear-gradient(#ECECEC, #CCCCCC);*/
}

.course-list .module-list a.developing::after {
    /*content: "*";*/
}
.course-list .module-list a.updated {
}






















/* Style for Temporary Workshop Menu */
@import url(http://fonts.googleapis.com/css?family=Raleway);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu {
  width: auto;
  border-bottom: 3px solid #47c9af;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu ul {
  background: #ffffff;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#cssmenu > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #ffffff;
}
#cssmenu > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#cssmenu > ul > li.active > a:after,
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li > a:hover:after {
  background: #47c9af;
}
