/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *














 */
#middle-container.fluid {
  background: #fff;
  padding: 0px 30px;
}

#middle-container.fluid #content {
  width: auto;
}

#password_info,
#password_confirmation_info {
  margin-left: 165px;
}

p.course_fee_info {
  width: 400px;
}

.jstree_container li.not_a_task > a > ins.jstree-checkbox {
  display: none;
}

table.form-text {
  border-collapse: collapse;
  width: 100%;
}

table.form-text tr {
  font-size: 1.1em;
  border-bottom: 1px solid;
}

table.form-text tr:last-child {
  border-bottom: none;
}

table.form-text td.label {
  font-weight: bold;
  width: 140px;
  text-align: right;
}

table.form-text td {
  padding: 0.5em;
}

table.filterrific td.label {
  width: 150px;
  text-align: right;
}

table.filterrific td.reset {
  font-size: 0.9em;
}

table.filterrific {
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

table.filterrific td,
table.filterrific th {
  padding: 0.2em 0.5em;
}

input.form-control {
  padding: 0.5em;
  width: 100%;
}

fieldset {
  border: none;
}
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

code {
  font-family: "Monaco", monospace;
  font-size: 1em;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25em !important;
}

.mt-2 {
  margin-top: 0.5em !important;
}

.mt-3 {
  margin-top: 0.75em !important;
}

.mt-4 {
  margin-top: 1em !important;
}

.mt-5 {
  margin-top: 1.25em !important;
}

.mt-6 {
  margin-top: 1.5em !important;
}

.mt-7 {
  margin-top: 1.75em !important;
}

.mt-8 {
  margin-top: 2em !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25em !important;
}

.mb-2 {
  margin-bottom: 0.5em !important;
}

.mb-3 {
  margin-bottom: 0.75em !important;
}

.mb-4 {
  margin-bottom: 1em !important;
}

.mb-5 {
  margin-bottom: 1.25em !important;
}

.mb-6 {
  margin-bottom: 1.5em !important;
}

.mb-7 {
  margin-bottom: 1.75em !important;
}

.mb-8 {
  margin-bottom: 2em !important;
}

pre code {
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  padding: 0.5em;
  font-family: "Monaco", monospace;
  font-size: 1em;
  line-height: 1.2;
  color: #666;
  overflow: auto;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  text-decoration: none;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}

.btn-default .badge {
  color: white;
  background-color: #333333;
}

.btn-primary {
  color: white;
  background-color: #322e36;
  border-color: #252228;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #19171a;
  border-color: #070607;
}

.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #322e36;
  border-color: #252228;
}

.btn-primary .badge {
  color: #322e36;
  background-color: white;
}

.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled:active,
.btn-success.disabled.active,
.btn-success[disabled],
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled]:active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled:active,
.btn-danger.disabled.active,
.btn-danger[disabled],
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn-group-footer {
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  text-align: right;
}
.courses_list .course {
  padding: 0.75em;
  background: #efefef;
  margin-bottom: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.courses_list .course h3 {
  font-size: 16px !important;
  margin: 0 0 4px 0 !important;
  border-bottom-color: #dfdfdf;
}

.courses_list .course h3 small {
  cursor: help;
}

.courses_list .course p.actions {
  font-size: 0.9em;
  margin: 0;
}

.courses_list .course .warnings {
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.5);
  border-radius: 0.5em;
  padding: 0.25em 0.75em;
  margin: 10px 0;
}
.courses_list .course .warnings .warnings-title {
  font-weight: bold;
}
.courses_list .course .warnings ul {
  margin: 0 20px;
  padding: 0;
}
.courses_list .course .warnings ul li {
  font-size: 0.9em;
  color: rgba(255, 0, 0, 0.85);
}

.courses_list .course .groups {
  margin-top: 20px;
}
.executive_report_header {
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
}

.executive_report_title {
  float: left;
  width: 520px;
}

.executive_report_title h2 {
  border: none;
  margin-top: 0;
}

.executive_report_filters {
  width: 520px;
  float: right;
  text-align: right;
  margin-bottom: 20px;
}

.executive_report_filters #health_authority_ids_chzn,
.executive_report_filters #course_type_ids_chzn,
.executive_report_filters #years_chzn {
  width: 520px !important;
  margin-bottom: 5px;
  text-align: left;
}

table.executive_report {
  border-collapse: collapse;
}

table.executive_report td,
table.executive_report th {
  border: 1px solid #ebebeb;
  font-size: 11px;
}

table.executive_report .blank-cell,
table.executive_report .blank-cell {
  border: 1px transparent;
}

table.executive_report th.time-range-title {
  font-size: 14px;
  padding: 10px 5px;
}

table.executive_report th.time-range-title.time_range_even,
table.executive_report th.time-range-sub-title.time_range_even {
  color: #ad7416;
}

table.executive_report th.time-range-title.time_range_odd,
table.executive_report th.time-range-sub-title.time_range_odd {
  color: #d75117;
}

table.executive_report th.time-range-title.time_range_all_years,
table.executive_report th.time-range-sub-title.time_range_all_years {
  color: #811208;
}

table.executive_report th.data-column-header {
  line-height: 12px;
  padding: 10px 5px;
}

table.executive_report th.row-label {
  min-width: 220px;
  text-align: left;
}

table.executive_report th.row-label.row-label-health-authority {
  padding-left: 5px;
}

table.executive_report th.row-label.row-label-course-type {
  font-weight: normal;
  padding-left: 10px;
}

table.executive_report td.data-cell {
  text-align: center;
  min-width: 45px;
}

table.executive_report td.data-cell,
table.executive_report th.row-label,
table.executive_report th.data-column-header {
  cursor: crosshair;
}

table.executive_report th.row-label-totals,
table.executive_report td.data-cell.totals {
  background: #560d00;
  color: white;
  padding: 3px 5px;
  border: 1px solid #660705;
}

table.executive_report td.click-to-highlight,
table.executive_report th.click-to-highlight {
  color: #ffffff;
  font-weight: bold;
  background-color: #00aa00 !important;
  border: 1px solid #00aa00 !important;
}

table.executive_report th.row-label-health-authority {
  background-color: #f2f2f2;
}

table.executive_report td.time_range_even,
table.executive_report th.time_range_even {
  border: 1px solid #f1e7c4;
}

table.executive_report .time_range_even {
  background-color: #fefcdf;
}

table.executive_report .time_range_even.data-cell.health-authority {
  background-color: #fff7cb;
}

table.executive_report td.time_range_odd,
table.executive_report th.time_range_odd {
  border: 1px solid #ebdfc8;
}

table.executive_report .time_range_odd {
  background-color: #fff1d6;
}

table.executive_report .time_range_odd.data-cell.health-authority {
  background-color: #ffe6c6;
}

table.executive_report td.time_range_all_years,
table.executive_report th.time_range_all_years {
  border: 1px solid #ebdfc8;
}

table.executive_report .time_range_all_years {
  background-color: #ffecd6;
}

table.executive_report .time_range_all_years.data-cell.health-authority {
  background-color: #ffe5dd;
}
.bulkHealthAuthoritySelect {
  width: 470px;
}
.form-horizontal {
  zoom: 1;
  background-color: #efefef;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  padding: 15px 20px;
}

.form-horizontal:before,
.form-horizontal:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.form-horizontal:after {
  clear: both;
}

.form-horizontal .form-group {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

.form-horizontal .form-group label {
  margin-right: 5px;
}
.row {
  zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.row:after {
  clear: both;
}

.row .column {
  float: left;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.row .column.full {
  width: 100%;
}

.row .column.half {
  width: 50%;
}

.row .column.half:first-child {
  padding-right: 10px;
}

.row .column.half:last-child {
  padding-left: 10px;
}

.row .column.quarter {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.row .column.quarter:first-child {
  padding-left: 0px;
}

.row .column.quarter:last-child {
  padding-right: 0px;
}

.row .column.three-quarters {
  width: 75%;
}

.row .column.third {
  width: 33.3%;
}

.row .column.two-thirds {
  width: 66.7%;
}
.group_header {
  zoom: 1;
}

.group_header:before,
.group_header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.group_header:after {
  clear: both;
}

.group_header h2 {
  margin-bottom: 4px;
  cursor: help;
}

.group_header h2 small {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}

.group_header .group_details,
.group_header a {
  font-weight: bold;
  color: #ccc;
}

.bulk_import .email_invalid {
  border: 2px solid red;
  border-radius: 4px;
}
.list-group {
  margin: 0 0 20px 0;
  padding: 0;
  list-style-type: none;
}

.list-group a.list-group-item {
  display: block;
}

.list-group a.list-group-item:hover {
  background-color: #f5f5f5;
}

.list-group a.list-group-item.flagged {
  background: #a6001c;
  color: white;
}

.list-group a.list-group-item.flagged:hover {
  background: #c40022;
}

.list-group .list-group-item {
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
  position: relative;
  text-decoration: none;
  color: #555;
}

.questionnaire {
  min-height: 20px;
}

.list-group .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group .list-group-item i {
  margin-right: 5px;
}

.list-group .list-group-item i.pull-right {
  margin: 5px 0px;
}

.list-group .list-group-item a.pull-right {
  width: 16px;
  height: 16px;
  display: inline-block;
}

.list-group .list-group-item:hover strong.handle {
  background-color: black;
}

.list-group .list-group-item strong.handle {
  background-color: #ccc;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  padding: 3px 6px;
  position: absolute;
  top: 6px;
  left: -22px;
  min-width: 20px;
  text-align: center;
}
.module {
  zoom: 1;
  margin: 0 0 20px 0;
}

.module:before,
.module:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.module:after {
  clear: both;
}

.module-sm {
  zoom: 1;
  margin: 0 0 10px 0;
}

.module-sm:before,
.module-sm:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}

.module-sm:after {
  clear: both;
}
#reservations-matrix table {
  border-collapse: collapse;
}

#reservations-matrix td,
#reservations-matrix th {
  padding: 2px 6px;
}

#reservations-matrix td.group_summary .cell_value {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}

#reservations-matrix td.group_summary .progress_bar {
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0;
}

#reservations-matrix td.group_summary.reservation_capacity_over .progress_bar {
  background-color: #ffd4cc;
}

#reservations-matrix td.group_summary.reservation_capacity_under .progress_bar {
  background-color: #ffe8b9;
}

#reservations-matrix td.group_summary.reservation_capacity_perfect .progress_bar {
  background-color: #efefef;
}

#reservations-matrix td.group_summary,
#reservations-matrix td.health_authority_details,
#reservations-matrix th.health_authority_totals {
  cursor: help;
}

#reservations-matrix tr.top_ha_column_headers th,
#reservations-matrix tr.bottom_ha_column_headers th {
  border-bottom: 1px solid gray;
}

#reservations-matrix tr.top_ha_column_headers th.health_authority_name,
#reservations-matrix tr.bottom_ha_column_headers th.health_authority_name {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#reservations-matrix tr.bottom_ha_column_headers th {
  border-top: 1px solid gray;
  border-bottom: none;
}

#reservations-matrix tr.ha_totals th.health_authority_totals_label {
  border-left: none;
}

#reservations-matrix tr.ha_totals th {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  line-height: 14px;
  color: #a0a0a0;
}

#reservations-matrix tr.ha_totals th strong {
  color: #000;
}

#reservations-matrix tr.ha_totals th.reservation_capacity_over {
  background-color: #ffd4cc;
}

#reservations-matrix tr.group_row th.group_name {
  text-align: left;
  white-space: nowrap;
  border-right: 1px solid gray;
}

#reservations-matrix tr.group_row td.group_summary {
  text-align: center;
  font-weight: bold;
}

#reservations-matrix tr.group_row td.health_authority_details {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  text-align: right;
}

#reservations-matrix tr.group_row td.health_authority_details .ha-reservations-input {
  display: inline;
  width: 18px;
  border: 1px solid #cccccc;
  padding: 0;
  text-align: right;
}

#reservations-matrix tr.group_row td.health_authority_details.hasChanges .ha-reservations-input {
  background-color: #cfc;
}

#reservations-matrix tr.group_row td.health_authority_details.reservation_capacity_over {
  background-color: #ffd4cc;
}
.spellchecker-suggestbox {
  position: absolute;
  display: none;
  z-index: 9999;
  overflow: none;
  box-shadow: 0 0 4px #aaaaaa;
  background: #fff;
  border: 1px solid #bbbbbb;
}

.spellchecker-suggestbox .loading {
  padding: 3px 6px;
  font-style: italic;
}

.spellchecker-suggestbox a {
  outline: none;
  cursor: pointer;
  color: #333;
  padding: 3px 6px;
  display: block;
  text-decoration: none;
}

.spellchecker-suggestbox a:hover {
  color: #000;
  background: #ddd;
}

.spellchecker-suggestbox .footer {
  border-top: 1px solid #dddddd;
}

.spellchecker-suggestbox .footer .ignore-all,
.spellchecker-suggestbox .footer .ignore-forever {
  display: none;
}

.spellchecker-word-highlight {
  color: red;
  cursor: pointer;
  border-bottom: 1px dotted red;
}

.spellchecker-incorrectwords {
  display: none;
}

.spellchecker-incorrectwords a {
  display: inline-block;
  margin-right: 0.5em;
}

.spellchecker-button-icon {
  background-image: url(/assets/spellcheck-db80729593df78536e4cfb19ea78e4ba26add528625f371d73c335e9996372c4.png) !important;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  font-size: 0.85em;
}
/*
 * Styles to override the styles in public/javascripts/videojs/video-js.min.css
 */
/* Center the play button */
.video-js .vjs-big-play-button {
  top: 115px !important;
  left: 195px !important;
}

.video-js.help-video .vjs-big-play-button {
  top: 215px !important;
  left: 275px !important;
}

.video-js {
  min-height: 270px;
  min-width: 480px;
  background-color: black;
}

.vjs-default-skin .vjs-volume-control {
  margin-right: 20px;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  left: -30px;
}
