#adminmenu #menu-posts-video a div.wp-menu-image,
#adminmenu #menu-posts-video:hover a div.wp-menu-image,
#adminmenu #menu-posts-video.wp-has-current-submenu a div.wp-menu-image {
  background-position: 8px 10px !important; }

.import-progress {
  position: relative;
  background: #ddd;
  border-bottom: 1px solid #fff;
  height: 5px;
  width: 100%;
  margin-bottom: 15px; }
  .import-progress .import-progress-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    transition: width 4s ease-in-out;
    background: #36b1d9;
    background: linear-gradient(to right, #36b1d9 0, #56cdb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#36b1d9', endColorstr='#56cdb3', GradientType=1); }
    .import-progress .import-progress-inner.done {
      animation-duration: 1s;
      animation-play-state: paused; }

label.video_central_error {
  color: red;
  font-weight: bold; }

input.video_central_error {
  border: 1px red solid; }

h2.video-central-ajax-response {
  text-align: center;
  font-size: 16px; }

.video-central-ajax-response-status {
  font-size: 12px;
  line-height: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-position: left center;
  background-repeat: no-repeat; }

.video-central-ajax-response-status.loading {
  font-style: italic; }

.video-central-ajax-response-status.error {
  color: #FF0000; }

.video-central-ajax-response-status.success {
  color: #000; }

@keyframes videojsloading {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 80px 0; } }
@-webkit-keyframes videojsloading {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 80px 0; } }
@-moz-keyframes videojsloading {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 80px 0; } }
/* Progress bar */
.wizard-container {
  width: 99%;
  overflow: hidden;
  height: 100%; }
  .wizard-container h1 {
    text-align: center;
    margin: 20px 0 0; }
  .wizard-container #message {
    display: none; }
  .wizard-container .clear {
    clear: both; }
  .wizard-container .progress_bar {
    max-width: 820px;
    width: 77%;
    margin: 35px auto 0;
    position: relative;
    height: 50px;
    z-index: 10; }
    .wizard-container .progress_bar hr.all_steps {
      width: 77%;
      height: 7px;
      border: none;
      background: #DDDDDD;
      border-bottom: 1px solid #fff;
      position: absolute;
      bottom: 10px;
      left: 10%;
      z-index: 1; }
    .wizard-container .progress_bar hr.current_steps {
      width: 0;
      border: 0;
      height: 5px;
      background: #ea463d;
      position: absolute;
      bottom: 12px;
      left: 11.8%;
      z-index: 3; }
    .wizard-container .progress_bar #step1 {
      left: -13px; }
    .wizard-container .progress_bar div.step {
      float: left;
      width: 25%;
      height: 50px;
      text-align: center;
      font-size: 12px;
      color: #ccc;
      position: relative;
      text-shadow: 1px 1px #fff;
      transition: all 0.3s ease-in; }
      .wizard-container .progress_bar div.step:before {
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 20px;
        border: 2px solid transparent;
        background: #ea463d;
        bottom: 14px;
        left: 50%;
        margin-left: -6px;
        content: '';
        z-index: 4;
        display: none; }
      .wizard-container .progress_bar div.step:after {
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 20px;
        border: 2px solid #DDDDDD;
        background: #DDDDDD;
        bottom: 12px;
        left: 50%;
        margin-left: -8px;
        content: '';
        z-index: 2; }
      .wizard-container .progress_bar div.step.current {
        color: #222; }
        .wizard-container .progress_bar div.step.current:before {
          display: block; }
      .wizard-container .progress_bar div.step.complete {
        color: #888;
        cursor: pointer; }
        .wizard-container .progress_bar div.step.complete:before {
          display: block; }
        .wizard-container .progress_bar div.step.complete:hover {
          color: #555; }
  .wizard-container #blocks {
    width: 100%;
    position: relative;
    height: 500px; }
    .wizard-container #blocks .block {
      position: absolute;
      width: 100%;
      left: 100%;
      background-color: #f1f1f1; }
      .wizard-container #blocks .block .wrap {
        margin: 0 auto; }
      .wizard-container #blocks .block .video-central-import-source-tab {
        text-align: center;
        margin-top: 15px; }
        .wizard-container #blocks .block .video-central-import-source-tab .video-central-tab-select a {
          display: block; }
          .wizard-container #blocks .block .video-central-import-source-tab .video-central-tab-select a:hover img {
            border-color: 3px solid #c5ccd3; }
        .wizard-container #blocks .block .video-central-import-source-tab .video-central-tab-select img {
          border-radius: 3px;
          border: 3px solid rgba(197, 204, 211, 0.21);
          padding: 5px;
          display: block;
          text-align: center;
          margin: 0 auto; }
      .wizard-container #blocks .block .video-central-import-parameters-description {
        text-align: center; }
      .wizard-container #blocks .block #video-central-import-parameters label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px; }
      .wizard-container #blocks .block #video-central-import-parameters .description {
        color: #A8A8A7; }
      .wizard-container #blocks .block #video-central-import-parameters table {
        width: 60%;
        margin: 20px auto 0; }
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > th,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd; }
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd; }
      .wizard-container #blocks .block #video-central-import-parameters table > caption + thead > tr:first-child > th,
      .wizard-container #blocks .block #video-central-import-parameters table > colgroup + thead > tr:first-child > th,
      .wizard-container #blocks .block #video-central-import-parameters table > thead:first-child > tr:first-child > th,
      .wizard-container #blocks .block #video-central-import-parameters table > caption + thead > tr:first-child > td,
      .wizard-container #blocks .block #video-central-import-parameters table > colgroup + thead > tr:first-child > td,
      .wizard-container #blocks .block #video-central-import-parameters table > thead:first-child > tr:first-child > td {
        border-top: 0; }
      .wizard-container #blocks .block #video-central-import-parameters table > tbody + tbody {
        border-top: 2px solid #ddd; }
      .wizard-container #blocks .block #video-central-import-parameters table table {
        background-color: #fff; }
      .wizard-container #blocks .block #video-central-import-parameters table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none; }
      .wizard-container #blocks .block #video-central-import-parameters table td[class*="col-"],
      .wizard-container #blocks .block #video-central-import-parameters table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none; }
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > td.active,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > td.active,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > td.active,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > th.active,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > th.active,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > th.active,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.active > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.active > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.active > td,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.active > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.active > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.active > th {
        background-color: #f5f5f5; }
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > td.success,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > td.success,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > td.success,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > th.success,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > th.success,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > th.success,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.success > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.success > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.success > td,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.success > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.success > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.success > th {
        background-color: #dff0d8; }
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > td.info,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > td.info,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > td.info,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr > th.info,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr > th.info,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr > th.info,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.info > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.info > td,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.info > td,
      .wizard-container #blocks .block #video-central-import-parameters table > thead > tr.info > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tbody > tr.info > th,
      .wizard-container #blocks .block #video-central-import-parameters table > tfoot > tr.info > th {
        background-color: #d9edf7; }
      .wizard-container #blocks .block #video-central-import-parameters p.submit {
        text-align: center;
        padding: 0;
        margin: 0; }
  .wizard-container #video-central-import-table .alignleft.actions.bulkactions {
    display: none; }
  .wizard-container .button {
    margin-right: 5px; }
  .wizard-container .import-global-loading {
    width: 100px;
    height: 100px;
    background: url("../images/loader.gif") no-repeat center center;
    background-color: #fff;
    display: none;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    border-radius: 3px; }
  .wizard-container .import-global-message {
    z-index: 11;
    width: 500px;
    position: fixed;
    left: 38%;
    top: 50%;
    margin-top: -30px;
    margin-left: -30px;
    padding: 20px;
    background-color: #C60F13;
    border-radius: 2px;
    color: #FFF;
    line-height: 20px;
    display: none; }

/*# sourceMappingURL=style.css.map */
