/*
 *  ========================================================================
 *  * Open eClass
 *  * E-learning and Course Management System
 *  * ========================================================================
 *  * Copyright 2003-2024, Greek Universities Network - GUnet
 *  *
 *  * Open eClass is an open platform distributed in the hope that it will
 *  * be useful (without any warranty), under the terms of the GNU (General
 *  * Public License) as published by the Free Software Foundation.
 *  * The full license can be read in "/info/license/license_gpl.txt".
 *  *
 *  * Contact address: GUnet Asynchronous eLearning Group
 *  *                  e-mail: info@openeclass.org
 *  * ========================================================================
 *
 */

.infinite-container.infinite-loading:after {
  content: url(../images/loading.gif);
  display: block;
  margin-top: 10px;
  text-align: center;
}

.video_status {
  background: white;
  display: inline-block;
  padding: 4px 4px 2px 4px;
  -webkit-box-shadow: #858585 1px 1px 4px;
  -moz-box-shadow: #858585 1px 1px 4px;
  box-shadow: #858585 1px 1px 4px;
  margin-bottom: 12px;
}

.userContent {
  padding: 5px 0 10px 0;
  width: 100%;
  line-height: 15pt;
  font-weight: normal;
}

.action-btn {
  color: #000;
}
