.ufm_status{
    position: absolute;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    width: 150px;
    text-align: center;
    font-weight: 700;
    color: white;
}

.ufm_not_enrolled{
    background: #999;   
}

.ld-course-status-not-enrolled{
    display: none !important;
}

/*.ufm-course-sidebar{
    width: 80%;
    margin-left: 10%;
}*/

.ufm-course-certificate{
    width: 100%;
    text-align: center;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.ufm-course-certificate img{
    width: 10%;
}

.ufm-course-price{
    font-weight: 700;
    font-size: 32px;
    color: #555;
    width: 100%;
    text-align: center;
}

.ufm-regular-price{
    font-weight: 400;
    text-decoration: line-through;
    font-size: 28px;
    color: #999;
}

.ufm-button-enroll{
    width: 100px;
    font-weight: 600;
    padding: 10px 5px !important;    
    width: 100%;
    margin-top:15px;
    margin-bottom: 10px;
	cursor: pointer;
}

.ufm-course-pricing-detail{
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.ufm-link-button{
    width: 100%;
    text-align: center;
    font-weight: 600;
    background-color: #AAA;
    border-color: #AAA;
    color: #FFF !important;
    margin-top: 20px;
    padding: 10px 5px !important;
    margin-bottom: 0px;
    cursor: pointer;
}

.ufm-volume-pricing-detail{
    overflow: hidden;
    transition: height 1s;
    height: 200px;
}

.add-profile{
    width: 320px;
    margin-left: 20px;
}

.ufm-disabled{
    background-color: #AAA !important;
    border-color: #AAA !important;
}

.ufm-registration-not-available{
    margin-top: 10px;
    padding: 5px;
    text-align: center;
}

.ufm-academic-price{
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    z-index: 10;
}

.ufm-help{
    position: relative;
    display: inline-block;
}

.ufm-help .ufm-help-text{
    text-align: left;
    font-size: 12px;
    position: relative;
    visibility: hidden; 
    width: 120px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    top: -15px;
    left: 250%;
    width: 1400%;
}

.ufm-help:hover .ufm-help-text{
    visibility: visible;
}

.ufm-help .ufm-help-text::after {
    content: " ";
    position: absolute;
    top: 15%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.ufm-hidden{
    height: 0;
}

.ufm-table { 
    display:table; 
}

.ufm-table a, .ufm-table a:hover, .ufm-table a:visited{
    text-decoration: none;
}

.ufm-table-row { 
    display:table-row; 
}

.ufm-table-row:hover { 
    background-color: #EEE; 
}

.ufm-table-cell { 
    display: table-cell;
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
    color: #666;
}
