/*
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 4, 2016, 6:32:07 PM
    Author     : Archana
*/

#managepayment input,textarea {
    width: 60%!important;
}
#permissionfrm input,textarea {
    width: 60%!important;
}
#frwdemail input {
    width: 80%!important;
}
.panel-heading a {
   font-weight: bold;
   color: #FFF;
}
.error{
    text-align: central;
    color: #ff0000;
}
/* Added class for required fields*/
.required{
    text-align: central;
    color: #ff0000 !important;
    font-weight: bold;
}
.button-link {
    padding: 4px 5px;
    background: #F8F8F8;
    color: #000;
    border: 1px solid #000;
    margin: 2px;
}
button {
     margin: 2px;
}

#permissionfrm label{font-size: 10px; color:#999}
#groupfrm label{font-size: 10px; color:#999}
#groupfrm input{width:60% !important;}
#groupfrm input[type="checkbox"]{width:6% !important; margin:2px;}
#groupfrm div{
    width: 48%; margin:4px; float: left;
}
#groupfrm span{font-size: 13px; color:#020101}

#adminform,#admingroup input,textarea {
    width: 50%!important;
}
#adminform,#admingroup input[type="checkbox"]{width:6% !important; margin:2px;}
#adminform,#admingroup div{
    width: 48%; margin:4px; float: left;
}
/** Adedd for fix table layout*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 6px 4px!important;}

