/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24 Jun, 2016, 6:44:06 PM
    Author     : sudam
*/
.wdm_eb_lable{
    padding: 0px 10px;;
    color: #333;
    font-size: 16px;
}
#edb_course_product_name{
    background: #fff;
    height: 40px;
    padding: 5px;
}
.wdm_enrolled_users{
    padding: 10px;
    color: #333;
    font-size: 16px;
}
#wdm_eb_enroll_user{
    background: #fff;
    padding: 10px;
}
#wdm_eb_enroll_user li{
    padding-right: 10px;
}
.wdm_enrolled_users label{
    padding: 10px;
    color: #333;
    font-size: 18px;
}
.enrolled_users_list{
    padding: 0px 20px;    
}
.enrolled_users_list li{
    padding-left: 5px;
    font-size: 14px;
}
#wdm_seats{
    color: #333;
    font-size: 16px;
    padding: 0px 10px;
}
.wdm_new_user, .wdm_button {
    list-style-type: none !important;
    border: 1px solid #ddd;
    padding: 0% 0% 2% 2%;
}
.wdm_new_user label{
    color: #333;
    width: 200px;
}
.wdm_new_user input[type="text"],.wdm_new_user input[type="email"]{
    height: 40px;
    font-size: 16px !important;
    padding: 10px;
    box-sizing: border-box;  
    margin: 10px;
    border-style: solid;
    border-color: #e1e1e1;
}
.wdm_edwiser_bulk_purchase input[type="checkbox"]{
    width: 20px;
    height: 20px;
    vertical-align: bottom;
}
.wdm_button button{
    background: #000088b2;
    padding: 10px;
    color: #fff;
}
.wdm_edwiser_bulk_purchase{
    padding-bottom: 10px;
    padding-top: 10px;
}

.course-select{
    display: inline-flex;
}
.image {

    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
#wdm_avaliable_reg{
    padding: 10px;
}


/**
 * Show Login Request Message if user is not logged in - Styling.
 * @author Pandurang
 * @since 1.0.2
 */
.wdmebbp-wrapper-login-req a{
    float: right;
}