/*
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 : Feb 29, 2016, 7:53:02 PM
    Author     : Raju Adla
*/
.no-overflow{
    overflow: visible !important;
}
table.dataTable{
    width: 100% !important;
}

.row{
    margin: 0px !important;
}

#userview_table th{
    width : 50% 
}

#page-local-users #user-list-page-filters .span3{
    margin: 0;
    padding: 0px 5px;
}
#page-local-users #fgroup_id_buttonar{
    padding: 0px !important;
    margin: 0px !important;
}
#page-local-users .fitem{
    margin-bottom: 10px !important
}
div#resend_confimation_div {
    margin-top: 45px;
}
.box.generalbox.boxaligncenter {
    text-align: center;
}
a#resend_confirm_button {
    padding: 10px 10px;
    background: #88b77b ;
    color: #FFFFFF
}
#page-local-users-adduser-add .femptylabel,
#page-local-users-registration-registration .femptylabel,
#page-local-users-scormdebug-scormdebug .femptylabel{
    /* line-height: 1px; */
    margin-top: -35px;
    font-style: italic;
    color: #777777;
    font-size: 12px;
}
p#no_data_found {
    text-align: center;
    padding: 15px 15px;
    background-color: #f1f1f1;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #a1a1a1;
    margin-top: 20px;
}
#user_actions_space{
    /*white-space: pre-wrap;*/
}
#localusers_list td ul li:last-child > span:last-child{
    /*white-space: nowrap !important;*/
    white-space: pre-wrap;
}