/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#proceed-bin input[type=checkbox] {
  background: white;
  border-radius: 5px;
  border: 2px solid #555;
  font-size: 20px;
  height: 20px;
  margin-right: 0.75em;
  vertical-align: middle;
  width: 20px; }
#proceed-bin .button {
  background-color: #79c04a;
  border: 1px solid #f7f7f7;
  border-radius: 2px;
  color: #f7f7f7;
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  line-height: 34.8px;
  margin-top: 1em;
  padding: 10px 20px 5px;
  white-space: nowrap; }
  #proceed-bin .button:disabled {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5; }
#proceed-bin label {
  font-weight: 400; }
#proceed-bin #show-course-information {
  text-align: center; }
#proceed-bin #ce-course-login {
  text-align: center; }
  #proceed-bin #ce-course-login a {
    color: #f7f7f7; }
    #proceed-bin #ce-course-login a:hover {
      background: #4e8dc0;
      border-color: #79c04a;
      text-decoration: none; }

#course-material,
#course-quiz {
  display: none; }

#course-video {
  margin: 1em auto;
  text-align: center; }

.take-survey {
  margin: 2em 0; }

.take-survey a {
  font-weight: bold; }

.fl-ce-courses-completed table {
  width: 100%; }
  .fl-ce-courses-completed table h4 {
    color: #085FA4; }
  .fl-ce-courses-completed table tbody tr:nth-child(odd) {
    background-color: #eff4f7; }
  .fl-ce-courses-completed table tbody tr td.course-name {
    padding: 1em; }
    .fl-ce-courses-completed table tbody tr td.course-name h5 {
      margin: 0;
      color: #79c04a;
      font-weight: 700; }
    .fl-ce-courses-completed table tbody tr td.course-name p {
      margin-bottom: 0; }

/*# sourceMappingURL=sworalsurgery-ce-courses-public.css.map */
