.my_endless_paginate{
    background: #dddddf;
  }

.module {
    overflow:auto;
}


/* То что мне надо*/
.contents ul li.selected {
    /*background:#f1f1f3;*/
    background:#dddddf;
}

.contents ul li:hover {
    background:#f1f1f3;
    cursor:move;
}

.contents ul li:hover {
    background:#f1f1f3;
    cursor:move;
}

.contents ul span {
    text-transform:uppercase;
    color:rgb(122, 121, 121);
    font-size:14px;
}

.contents ul a {
    display:block;
    /*color:#fff;*/
    text-decoration:none;
}


.contents ul a:hover {
   
    color:#423fe6; 
}

.module {
    padding:10px 20px;
    float:left;
}


ul.content-types li {
    list-style:none;
    float:left;
    margin:10px;
    background:#efefef;
    padding:8px 14px;
}


.errorlist {
    color:#ae2c2c;
    margin:0;
}

label {
    float:left;
    clear:both;
    margin:0 0 8px 0;
}



select {
    width:324px;
}

a.secondary-button {
    border:3px solid #09a2ff;
    
    padding:10px 20px;
    margin:10px 0;
}

input[type=submit]:hover {
    background:#09a2ff;
}

ul#course-modules {
    list-style:none;
    overflow:auto;
}

/* */

ul#course-modules textarea {
    width:600px;
    height:120px;
}

ul#course-modules li {
    padding:20px;
    overflow:auto;
}

ul#course-modules li:nth-child(even) {
    background:#efefef;
}

ul#course-modules li:hover {
    background:#ccc;
    cursor:move;
}

#module-contents div {
    padding:20px 20px 4px 20px;
    border:1px solid #ccc;
    background:#fff;
    overflow:auto;
}

#module-contents div:hover {
    cursor:move;
}

#module-contents a {
    float:left;
}

#module-contents form {
    margin:0;
    padding:0;
    float:left;
}

#module-contents input[type="submit"] {
    width:auto;
    background:none;
    color:#4543da;
    margin:0 0 10px 10px;
    padding:0;
    text-transform:none;
}

.course-info {
    border:1px solid #ccc;
    padding:10px 20px 20px;
    width:400px;
    overflow:auto;
    margin-bottom:20px;
}

.course-info a {
    margin-right:10px;
}

.helptext {
    color:#ccc;
    padding-left:20px;
}


/* c courses_studetnts*/

.contents {
    width:100%; /* ширина */
    padding:20px;
    /*float:left;*/
    /*background: #66a1dd;*/
   
    /*background:#dee9ff;*/
   
  
}

/* --------------*/

.course_detail {
    width:100%; /* ширина */
    padding:20px;
    /*float:left;*/
    /*background: #66a1dd;*/
  
    /*background:#dee9ff;*/
    color: #a8a7a8; /*цвет текста - Уроки */
    
}

.course_detail ul {
    list-style:none;
    margin:0;
    padding:0;
}

.course_detail ul li {
    margin:0 0 10px 0;
    padding:4px 10px 10px;
    overflow:auto;
}

.course_detail ul li.selected { /* выбранный урок*/
    background: #dddddf;
   

}

.course_detail ul li:hover {
    background: #f1f1f3;
    cursor:move;
}

.course_detail ul span {
    text-transform:uppercase;
    color: #635f64;
    font-size:14px;
}

.course_detail ul a {
    display:block;
    color: #514d52;
    text-decoration:none;
}

.course_detail ul a:hover {
    color: #131087;
}

.module {
    padding:10px 20px;
    float:left;
}

.module_course_detail a {
    color: #253afc;
    text-decoration:none;

    border-bottom: 2px solid #4bc4ff; /* Параметры линии под текстом */
    font-weight: normal; /* Убираем жирное начертание */
    padding-bottom: 2px; /* Расстояние от текста до линии */
}



