/***************/
/*  Variables  */
/***************/
/************/
/*  Mixins  */
/************/
.center {
  text-align: center;
}
.clickable {
  cursor: pointer;
}
.clr,
.clear {
  clear: both;
}
.col,
.col-2_5,
.col-5,
.col-10,
.col-15,
.col-20,
.col-25,
.col-30,
.col-33,
.col-35,
.col-39,
.col-40,
.col-45,
.col-50,
.col-55,
.col-58,
.col-60,
.col-67,
.col-70,
.col-75,
.col-80,
.col-85,
.col-90 {
  float: left;
}
.rcol {
  float: right;
}
.col-2_5 {
  width: 2.5%;
}
.col-5 {
  width: 4.9%;
}
.col-10 {
  width: 9.9%;
}
.col-15 {
  width: 14.9%;
}
.col-20 {
  width: 19.9%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33%;
}
.col-35 {
  width: 35%;
}
.col-39 {
  width: 39%;
}
.col-40 {
  width: 40%;
}
.col-45 {
  width: 44.9%;
}
.col-50 {
  width: 49.9%;
}
.col-55 {
  width: 55%;
}
.col-58 {
  width: 58%;
}
.col-60 {
  width: 59.9%;
}
.col-67 {
  width: 66.9%;
}
.col-70 {
  width: 69.9%;
}
.col-75 {
  width: 74.9%;
}
.col-80 {
  width: 79.9%;
}
.col-85 {
  width: 84.9%;
}
.col-90 {
  width: 89.9%;
}
.hidden {
  display: none;
}
.inline {
  display: inline-block;
}
.right {
  text-align: right;
}
/* LESS Mixins */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.curriculum-subject-link {
  font-size: 1.0em;
  padding: 0.25em 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*
.clearfix {
  zoom: 1; // IE < 8

  &:before, &:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
  }

  &:after {
    clear: both;
  }
}
*/
.faux-active:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.faux-active:active {
  position: relative;
  top: 1px;
}
.ditki-input {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px;
}
.offset-left-5 {
  margin-left: 5%;
}
.offset-left-10 {
  margin-left: 10%;
}
.offset-left-15 {
  margin-left: 15%;
}
body {
  background: #eeeeee;
}
body .notice {
  background-color: #4aa5d4;
}
body .notice > a {
  color: white;
  font-family: arial;
  font-size: 1.25em;
  position: absolute;
  right: 2em;
  top: 15px;
}
body .notice > div {
  color: white;
  font-size: 1.25em;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  width: 1200px;
}
body .notice > div a {
  color: white;
  border-bottom: 1px dotted white;
}
body #page-frame > header {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
.body-content-container {
  margin: 120px auto 50px auto;
  min-height: 350px;
}
#content {
  margin: 120px auto 50px auto;
  min-height: 350px;
}
#content > hgroup {
  box-shadow: 0 2px 3px #999999;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 95px;
  min-width: 1000px;
}
#content > hgroup h1,
#content > hgroup h2,
#content > hgroup h3,
#content > hgroup h4 {
  color: #ffffff;
  margin: 0 auto;
  width: 1000px;
}
#content .exam-result hgroup {
  padding: 10px 20px;
}
#content .exam-result hgroup h1 {
  display: inline;
}
#content .exam-result hgroup:after {
  border-bottom: solid 1px #DDDDDD;
  bottom: -2px;
  content: ' ';
  display: block;
  left: 0;
  right: 0;
  position: absolute;
}
#content > hgroup,
#content .exam-result hgroup {
  background: #2d8dbe;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
#content > hgroup p > a,
#content .exam-result hgroup p > a {
  color: #ffffff;
  text-decoration: underline;
}
#content > hgroup h1,
#content .exam-result hgroup h1,
#content > hgroup h2,
#content .exam-result hgroup h2,
#content > hgroup h3,
#content .exam-result hgroup h3,
#content > hgroup h4,
#content .exam-result hgroup h4 {
  color: #ffffff;
}
#content > hgroup h4,
#content .exam-result hgroup h4 {
  font-size: 11pt;
  font-style: italic;
  line-height: 95%;
  letter-spacing: normal;
}
#content > hgroup .breadcrumbs,
#content .exam-result hgroup .breadcrumbs {
  font-size: 9pt;
  letter-spacing: normal;
  font-style: italic;
  line-height: 90%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#content > hgroup .breadcrumbs li,
#content .exam-result hgroup .breadcrumbs li {
  display: inline;
}
#content > hgroup .breadcrumbs li:after,
#content .exam-result hgroup .breadcrumbs li:after {
  content: '>';
  margin: 0 5px;
}
#content > hgroup .breadcrumbs li:last-child:after,
#content .exam-result hgroup .breadcrumbs li:last-child:after {
  content: '';
}
#content > hgroup .breadcrumbs li a,
#content .exam-result hgroup .breadcrumbs li a {
  color: #ffffff;
  cursor: pointer;
}
.page-notice #content > hgroup {
  top: 145px;
}
.curriculum-table td img {
  display: inline-block;
  margin-right: 1em;
  position: relative;
  width: 40px;
  vertical-align: middle;
}
.export-control {
  margin-top: 30px;
}
.ghost-button {
  border: 1px solid #2d8dbe;
  border-radius: 3px;
  color: #2d8dbe;
  cursor: pointer;
  display: inline-block;
  padding: 7px 12px;
  text-align: center;
}
.ghost-button:hover,
.ghost-button:visited:hover {
  border-color: #154157;
  color: #154157;
}
.ghost-button:visited {
  color: #2d8dbe;
}
.subject {
  margin-bottom: 2.0em;
}
.subject h2 .exam-label {
  font-size: 0.8em;
  float: right;
}
.wrap.curriculum-overview h1 {
  margin: 0 0 20px 0;
}
.wrap.curriculum-overview h3 {
  font-size: 16px;
  float: none;
  padding: 0;
  text-transform: none;
}
.wrap.curriculum-overview .tutorial {
  font-size: 14px;
  margin: 5px 0;
}
.wrap.curriculum-overview .tutorial:hover .stats a {
  color: #666666;
}
.wrap.curriculum-overview .tutorial.viewed a {
  color: #666666;
}
.wrap.curriculum-overview .tutorial a {
  color: #cccccc;
}
.wrap.curriculum-overview .tutorial .stats a {
  color: #DDDDDD;
  font-size: 10px;
  margin: 0 2px;
}
.wrap.curriculum-overview .tutorial .stats .drawing-icon,
.wrap.curriculum-overview .tutorial .stats .quiz-icon,
.wrap.curriculum-overview .tutorial .stats .view-icon,
.wrap.curriculum-overview .tutorial .stats .exercise-icon,
.wrap.curriculum-overview .tutorial .stats .download-icon
 {
  font-family: IcoMoon;
}
.wrap.curriculum-overview .tutorial .stats .drawing-icon:before,
.wrap.curriculum-overview .tutorial .stats .quiz-icon:before,
.wrap.curriculum-overview .tutorial .stats .view-icon:before,
.wrap.curriculum-overview .tutorial .stats .download-icon:before,
.wrap.curriculum-overview .tutorial .stats .exercise-icon:before {
  display: inline-block;
}
.wrap.curriculum-overview .tutorial .stats .drawing-icon:before {
  content: '\e905';
}
.wrap.curriculum-overview .tutorial .stats .quiz-icon:before {
  content: '\e9b8';
}
.wrap.curriculum-overview .tutorial .stats .view-icon:before {
  content: '\e9ce';
}
.wrap.curriculum-overview .tutorial .stats .download-icon:before {
  content: '\e9c2';
}
.wrap.curriculum-overview .tutorial .stats .exercise-icon:before {
  content: '\e9b5';
}
.wrap.curriculum-overview .tutorial .stats a {
  position: relative;
}
.wrap.curriculum-overview .tutorial .stats .label {
  display: none;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.wrap.curriculum-overview .tutorial .stats a:hover .label {
  display: block;
}
.wrap.curriculum-overview ul {
  list-style-type: none;
  padding-left: 15px;
}
.study-plan-control #pencil {
  background: url("/images/v3/pencil-icon.png") no-repeat center;
  background-size: 10px;
  position: absolute;
  height: 25px;
  width: 25px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
  border: solid 2px transparent;
}
.study-plan-control #pencil:hover {
  cursor: pointer;
  background-color: #4aa5d4;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  border-color: #ffffff;
}
.study-plan-control #pencil .edit_text {
  display: inline-block;
  width: 100px;
  padding-top: 10px;
  color: transparent;
  line-height: 0px;
  text-shadow: none;
  font-style: italic;
}
.study-plan-control #pencil:hover .edit_text {
  cursor: pointer;
  padding-left: 33px;
  line-height: normal;
  color: #ffffff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease;
}
.wrap {
  background: white;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 6px #666666;
  -moz-box-shadow: 2px 2px 6px #666666;
  box-shadow: 2px 2px 6px #666666;
  display: inline-block;
  float: left;
  padding: 20px;
  border-left: 1px solid #eeeeee;
  min-height: 600px;
  width: 915px;
}
.wrap h3 {
  padding-bottom: 10px;
  float: left;
  letter-spacing: 1px;
  font-weight: 100;
}
.wrap h4 {
  clear: both;
  letter-spacing: normal;
  font-weight: 600;
  margin-top: 30px;
}
.wrap h4 .pagination {
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
.wrap h5 {
  font-size: 16px;
  padding: 10px 0 5px 10px;
  color: #2d8dbe;
}
.wrap .tutorial {
  display: block;
}
.wrap .tutorial #lessons {
  border: none;
}
.horizontal-menu {
  background: #2d8dbe;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  clear: both;
  list-style-type: none;
  margin-top: 30px;
  padding-left: 5px;
}
.horizontal-menu:after {
  clear: both;
}
.horizontal-menu li {
  border-right: 1px solid #287ea9;
  display: inline-block;
  position: relative;
}
.horizontal-menu li:last-child {
  border-right: none;
}
.horizontal-menu li.active {
  background: #4aa5d4;
}
.horizontal-menu li.active:after {
  display: none;
}
.horizontal-menu li a {
  color: #FFFFFF;
  display: inline-block;
  padding: 10px 20px;
}
#institution-overview {
  width: 915px;
  padding: 20px;
}
.quiz-overview .question {
  position: relative;
}
.quiz-overview .question.fail .question-percentage {
  border-color: #cc0000;
  color: #cc0000;
}
.quiz-overview .question.pass .question-percentage {
  border-color: #009900;
  color: #009900;
}
.quiz-overview .question .question-text {
  font-size: 16px;
  padding-left: 56px;
}
.quiz-overview .question .question-percentage {
  border: 1px solid #000000;
  border-radius: 5px;
  left: 0;
  position: absolute;
  padding: 1px 2px;
  text-align: center;
  width: 55px;
}
.quiz-overview .question-options {
  list-style-type: none;
  padding-left: 80px;
  position: relative;
}
.quiz-overview .question-options .correct .option-percentage {
  color: #009900;
}
.quiz-overview .question-options .correct .option-percentage:before {
  font-family: IcoMoon;
  content: '\ea10';
  display: inline-block;
}
.quiz-overview .question-options .incorrect .option-percentage {
  color: #cc0000;
}
.quiz-overview .question-options .incorrect .option-percentage:before {
  font-family: IcoMoon;
  font-size: 10px;
  content: '\ea0f';
  display: inline-block;
}
.quiz-overview .question-options .option-percentage {
  margin-left: 10px;
}
.quiz-overview .question-options .question-option {
  margin-bottom: 10px;
}
.sort-toggle {
  border: 1px solid #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: 4px 3px;
  position: absolute;
  right: 2.5em;
  top: 5em;
}
.sort-toggle a {
  cursor: pointer;
  display: inline-block;
  padding: 2px 4px;
}
.sort-toggle a:first-child {
  margin-right: 4px;
}
.sort-toggle a.active {
  background-color: #2d8dbe;
  border: 1px solid #2d8dbe;
  border-radius: 3px;
  color: #fff;
  padding: 4px 6px;
}
#study-plan-usage {
  position: relative;
}
#study-plan-usage .sort-toggle {
  float: right;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 0px auto 0 auto;
  clear: both;
}
table th,
table .th {
  background-color: #dedede;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 12px;
  background: transparent;
  border: 1px solid #ccc;
  text-align: left;
  color: #5e2637;
}
table th .hint,
table .th .hint {
  font-size: 10px;
  font-style: italic;
  font-weight: normal;
}
table th a,
table .th a,
table th a:visited,
table .th a:visited {
  color: #2d8dbe;
  cursor: pointer;
  float: right;
  font-style: italic;
}
table td:not(:last-child),
table th:not(:last-child) {
  border-right: 1px solid #ccc;
}
table td.no-border,
table th.no-border {
  border-right-color: transparent;
}
table td {
  padding: 5px 10px;
  font-size: 12px;
}
table tr:nth-of-type(even):not(:first-child) {
  background-color: #F9F9F9;
}
.usage-table {
  clear: none;
  width: 45%;
  margin-right: 5%;
  float: left;
}
.graph {
  color: #333;
  font-weight: 700;
  position: relative;
}
.graph #x-axis {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform-origin: left bottom 0;
  position: absolute;
  top: 45%;
  left: 10px;
  width: 50px;
  text-align: center;
}
.graph canvas {
  display: inline-block;
  padding-left: 15px;
}
.graph #y-axis {
  text-align: center;
  padding-bottom: 30px;
  padding-top: 0;
}
.modal-dialog {
  display: none;
}
.modal-dialog .field_label,
.modal-dialog .field_input {
  float: none;
  width: auto;
}
.modal-dialog .field_label {
  text-align: left;
}
.modal-dialog .field_input input,
.modal-dialog .field_input select {
  width: 100%;
}
a.add-button {
  float: right;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  background: #441d29;
  margin-top: -5px;
  margin-bottom: 25px;
  margin-left: 5px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.add-button:hover {
  background: #5e2637;
}
.primary-table {
  background: #ffffff;
  border-collapse: separate;
  border-spacing: 0;
}
.primary-table > thead tr th {
  background: #2d8dbe;
  color: #ffffff;
  padding: 15px 10px;
}
.primary-table > thead tr th:first-child {
  border-top-left-radius: 3px;
}
.primary-table > thead tr th:last-child {
  border-top-right-radius: 3px;
}
.primary-table tr.has-quiz-results {
  cursor: pointer;
}
.primary-table tr.row-even {
  background: #eeeeee;
}
.primary-table tr.row-even:hover {
  background: #9ccee8;
}
.primary-table tr.row-odd {
  background: #F5F5F5;
}
.primary-table tr.row-odd:hover {
  background: #9ccee8;
}
.primary-table tr.tutorial-quiz-results {
  background: #FFFFFF;
  display: none;
}
.primary-table .viewed-tutorial {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.primary-table .viewed-tutorial td a {
  display: block;
  font-size: 12px;
  padding: 10px 0 10px 15px;
}
.primary-table .viewed-tutorial a {
  color: rgba(0, 0, 0, 0.6);
}
.primary-table .tut-stats tr:nth-child(even) {
  background-color: #F9F9F9;
}
.secondary-table td a {
  display: block;
  padding: 5px;
}
.link-arrow {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 5px;
  background-image: url('/images/v3/link-arrow.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 16px 32px;
  height: 16px;
  width: 16px;
}
.link-arrow:hover {
  background-position: 0px -16px;
}
#short_wrap {
  min-height: 300px;
}
#short_wrap p {
  padding-bottom: 10px;
}
#test_form {
  padding: 10px 30px;
}
#test_form .button {
  margin: 20px 0px;
}
.radiograph {
  width: 320px;
  margin: 0 5px;
}
#terms {
  padding-left: 50px;
}
.copy {
  padding: 10px 50px 30px 50px;
}
.sort_controls {
  padding: 20px 30px 0px 30px;
}
.component_table {
  padding: 10px 30px 30px 30px;
}
#notify_title {
  padding-top: 30px;
}
#customer_form,
#join_group {
  padding-bottom: 30px;
}
.join_button {
  margin-top: 20px;
}
#content_column h2,
#right_column h2 {
  padding-bottom: 10px;
}
#ambassador-signup {
  padding: 10px 30px 40px 30px;
}
.subscribed_institution {
  padding: 10px 30px;
}
.trial_wrap {
  padding: 30px;
}
#residency_body {
  width: 375px;
  float: right;
}
.terms_page h1,
.privacy_page h1 {
  color: rgba(0, 0, 0, 0.5);
  padding: 15px 0;
}
.terms_page h2,
.privacy_page h2 {
  padding-top: 15px;
}
.terms_page p,
.privacy_page p {
  padding-left: 20px;
}
.search_container {
  padding: 30px;
}
.subscription_req_page {
  padding: 15px 30px 0 30px;
}
#web-packages {
  margin-left: 40px;
}
.institutional-package {
  padding-top: 30px;
}
.account_wrap {
  display: inline-block;
  float: left;
  padding: 20px 30px 70px 40px;
  border-left: 1px solid #eeeeee;
  min-height: 300px;
  width: 700px;
}
#customer_form,
#join_group,
#associated_courses,
#no-surveys {
  font-size: 10pt;
}
#customer_form .form_input,
#join_group .form_input,
#associated_courses .form_input,
#no-surveys .form_input,
#customer_form .field,
#join_group .field,
#associated_courses .field,
#no-surveys .field {
  padding-top: 10px;
}
#customer_form .form_input .field_label,
#join_group .form_input .field_label,
#associated_courses .form_input .field_label,
#no-surveys .form_input .field_label,
#customer_form .field .field_label,
#join_group .field .field_label,
#associated_courses .field .field_label,
#no-surveys .field .field_label {
  width: 120px;
}
#customer_form .form_input .field_input input,
#join_group .form_input .field_input input,
#associated_courses .form_input .field_input input,
#no-surveys .form_input .field_input input,
#customer_form .field .field_input input,
#join_group .field .field_input input,
#associated_courses .field .field_input input,
#no-surveys .field .field_input input {
  width: 170px;
  font-size: 10pt;
}
#customer_form .form_input .field_input input[type='checkbox'],
#join_group .form_input .field_input input[type='checkbox'],
#associated_courses .form_input .field_input input[type='checkbox'],
#no-surveys .form_input .field_input input[type='checkbox'],
#customer_form .field .field_input input[type='checkbox'],
#join_group .field .field_input input[type='checkbox'],
#associated_courses .field .field_input input[type='checkbox'],
#no-surveys .field .field_input input[type='checkbox'] {
  width: 10px;
}
#customer_form .form_input .field_input .button,
#join_group .form_input .field_input .button,
#associated_courses .form_input .field_input .button,
#no-surveys .form_input .field_input .button,
#customer_form .field .field_input .button,
#join_group .field .field_input .button,
#associated_courses .field .field_input .button,
#no-surveys .field .field_input .button {
  width: 60px;
}
#customer_form .form_input .field_input select,
#join_group .form_input .field_input select,
#associated_courses .form_input .field_input select,
#no-surveys .form_input .field_input select,
#customer_form .field .field_input select,
#join_group .field .field_input select,
#associated_courses .field .field_input select,
#no-surveys .field .field_input select {
  font-size: 10pt;
}
#join_group .field,
#associated_courses .field {
  padding-top: 20px;
  font-size: 10pt;
}
#join_group .field .button,
#associated_courses .field .button {
  margin-left: 130px;
  font-size: 10pt;
}
#join_group .join_button,
#associated_courses .join_button {
  margin: 0 0 0 130px;
}
#no-surveys {
  padding-top: 10px;
}
.manage-button {
  font-size: 10pt;
  padding: 7px;
  margin-top: 10px;
}
.date-range {
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.date-range input {
  font-size: 16px;
  padding: 0.5em;
}
.date-range input[type='submit'] {
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #2d8dbe;
  margin: -2px;
  padding: 0.5em 1em;
}
.date-range input[type='text'] {
  border: 0;
  width: 90px;
}
.pagination {
  float: right;
  margin-top: 5px;
}
.pagination .pagination-overview {
  clear: left;
  padding: 0.5em 0;
}
.pagination .pagination-page {
  float: left;
}
.pagination .pagination-page a {
  padding: 3px 5px;
  border: 1px solid transparent;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pagination .pagination-page a:hover {
  background-color: #2d8dbe;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination .current-page {
  color: #2d8dbe;
  border: 1px solid #2d8dbe;
  background: transparent;
  padding: 3px 5px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: -4px;
}
.cal-submit-button {
  background: #2d8dbe;
  color: #ffffff;
  padding: 5px;
  border: none;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  transition: background 0.25s;
}
.cal-submit-button:hover {
  background: #1e5f80;
}
.remove-control {
  float: right;
  display: inline-block;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent;
  border: 1px solid #AAAAAA;
  color: #AAAAAA;
  cursor: pointer;
  font-size: 7pt;
  padding: 5px;
  text-transform: capitalize;
  vertical-align: text-top;
}
.remove-control:hover {
  background: #BBBBBB;
  color: #ffffff;
}
#associated-courses {
  color: red;
  padding: 10px 0;
}
#associated-courses .associated-course {
  color: #636363;
  padding: 10px;
  font-size: 10pt;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#associated-courses .associated-course .remove-control {
  position: absolute;
  right: 10px;
  top: 5px;
}
#associated-courses .callout {
  padding: 30px;
  color: #CCCCCC;
  font-size: 16px;
  text-align: center;
  border: none;
}
