/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#btn_add_new , #btn_enroll,#wdm_user_csv_upload{
    margin: 1% !important;
    width: 48%;
}

/* .wdm_button{
    list-style-type:none !important;
    border: 2px solid #000;
    border-radius: 2%;
    padding: 2%;
}*/
.wdm_new_user li{
    list-style-type:none !important;
}
.wdm_remove_user {
    float: right;
    padding-top: 10px;
}

.fa-times {
    color: #585858;
}
.fa-times:hover {
    color: black;
    cursor: pointer;
    border: 1px solid #337ab7;
}

#wdm_eb_message > p{  margin: 0 0px 1em ;
                      padding: 5px;
                      font-size: .92em;
                      color: #777;
                      background-color: #f7f6f7;
                      border-left: 3px solid #a46497;

}

.wdm_error_message{
    border-left-color: red !important;
}


#wdm_csv_link{
    text-decoration: none !important;
}

form#wdm_eb_enroll_user li {
    list-style-type: none !important;
}
.wdm_error_message{
    border-left: 5px solid red;
    border-top: 1px solid red;
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    background-color: #ffffff;
    padding: 5px 0px 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.wdm_enroll_warning_message{
    border-left: 5px solid #ff5722;
    border-top: 1px solid #ff5722;
    border-right: 1px solid #ff5722;
    border-bottom: 1px solid #ff5722;
    background-color: #ffffff;
    padding: 5px 0px 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.wdm_success_message{
    border-left: 5px solid #4caf50;
    border-top: 1px solid #00ff00;
    border-right: 1px solid #00ff00;
    border-bottom: 1px solid #00ff00;
    background-color: #ffffff;
    padding: 5px 0px 5px 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.wdm_user_list  ol {
    margin: 0px !important;
}
.wdm_user_list ol li {
    padding: 5px;
    margin-left: 35px;
    color: #000000;
}
.wdm_enroll_warning_message_lable{
    color: #000000;
    font-weight: bold;
}
#wdm_eb_enroll_user_page{
    border: 1px solid #DDDDDD;
    background-color: #ffffff;
    padding: 10px;
}
.fa-times-circle{
    color: #717171;
    cursor: pointer;
}
.fa-times-circle:before {
    font-size: 20px;
}
.fa-times-circle:hover{
    color: red;
}
.wdm_success_msg_dismiss, .wdm_enroll_warning_msg_dismiss, .wdm_error_msg_dismiss{
    padding-right: 5px;
    cursor: pointer;
    float: right;
}

.loader {
    border: 5px solid rgba(33, 150, 243, 0.19);
    border-radius: 50%;
    border-top: 5px solid #2196f3;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-left: 10px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#wdm_eb_enroll_user_page hr{
    border-bottom: 1px solid #dddddd;
    margin: 25px 0px;
}