/*
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 : Oct 19, 2015, 1:01:16 PM
    Author     : nabab
*/

.enrolled{
        background-color: #d4d4d4 !important;
    }
    
    
.enrollrequest{
        background-color: #efefef !important;
    }
    
    
div[id*="fitem_id_mentee_field"]{ width: 100%; float: left}
#fgroup_id_mentee_skills{ width: 100%; float: left}


@media screen and (min-width:1200px){
div[id*="fitem_id_mentee_field"] .fitemtitle{ width: 45%!important; float: left; text-align: left!important} 
#fgroup_id_mentee_skills .fitemtitle{ width: 45%!important; float: left; text-align: left!important}  
div[id*="fitem_id_mentee_field"] .ftextarea, .fgroup{margin-left:15px!important; width: 40%!important; float: left;}
div[id*="fitem_id_mentee_field"] .ftextarea textarea{ width: 380px}
#fgroup_id_mentee_skills .fgroup span{ width: 100%; float: left}
.fgroup:contains["&nbsp;"] { display: none; }

}


