/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/*.wdm-microschool-resume-students .button {
	background: none !important;
}*/

.wdm-assign-project-tooltip {
    position: relative;
    display: inline-block;
}

.wdm-assign-project-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    font-size: 13px;
    font-weight: bold;
    background-color: #2eaef1;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 60%;
    margin-left: 0px;
    box-shadow: -3px -3px 1px 2px white;
    width: 170px;
}
.wdm-assign-project-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2eaef1 transparent transparent transparent;
}
.wdm-assign-project-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 10%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #2eaef1 transparent transparent transparent;
}

.wdm-assign-project-tooltip:hover .tooltiptext {
    visibility: visible;
}

i.fa.fa-user-plus.cls_assign_user {
    font-size: 50px;
    margin-top: -6px;
    margin-left: 10px;
    color: #2eaef1;
}
i.fa.fa-user-plus.cls_assign_user:hover {
    color: #002b54 !important;
}

i.fa.fa-user-plus.cls_assign_user {
    color: #2eaef1;
    font-size: 35px !important;
}
i.fa.fa-star-o.cls_dash_star_stu {
    color: #2eaef1;
    font-size: 35px !important;
}
i.fa.fa-star.cls_dash_star_stu {
    font-size: 35px !important;
}
#mistudent_add_to_profile, #mistudent_remove_from_profile {
    float: right;
}
#mistudent_add_to_profile:focus, #mistudent_remove_from_profile:focus {
    outline: none;
}
.wdm-select-all-students {
    color: #ffffff;
    border-color: #2eaef1;
    background-color: #2eaef1;
    margin-top: 1.5em;
    border-radius: 25px;
}
.wdm-select-all-students:focus {
    border-color: #2eaef1;
    outline: none;
}
.submit-project-assign {
    padding: 1.5em 0em 0em 0em;
    text-align: center;
}
