/* here you can put your own css to customize and override the theme */
#datatable_ajax tbody tr
{
    cursor:pointer;
}

.attachmentblk
{
    display:none;
}
.control-label .required, .form-group .required
{
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
    padding: 6px 12px;
}

.login .content .form-control
{
    padding-left: 33px;
}
.borderless>thead>tr>th
.borderless>thead>tr>td
.borderless>tbody>tr>th
.borderless>tbody>tr>td
.borderless>tfoot>tr>th
.borderless>tfoot>tr>td {
    border: none;
}
/*
@ quickbooks
*/
@font-face{
    font-family:'QuickBooksOnline';
    src:url('../Magenest_QuickBooksOnline/fonts/icomoon.eot');
    src:url('../Magenest_QuickBooksOnline/fonts/icomoon.eot?#iefix') format('embedded-opentype'),url('fonts/quickbooks.woff2') format('woff2'),url('../Magenest_QuickBooksOnline/fonts/icomoon.woff') format('woff'),url('../Magenest_QuickBooksOnline/fonts/icomoon.ttf') format('truetype'),url('../Magenest_QuickBooksOnline/fonts/icomoon.svg#QuickBooksOnline') format('svg');
    font-weight:normal;
    font-style:normal
}
.fa-quickbooks:before{
    font-family:'QuickBooksOnline';
    content:"\e929";
    font-size:20px;
}
/*
@ xero
*/

@font-face {
    font-family: 'xero';
    src:url('fonts/xero/xero.eot');
    src:url('fonts/xero/xero.eot?#iefix') format('embedded-opentype'),
        url('fonts/xero/xero.woff') format('woff'),
        url('fonts/xero/xero.ttf') format('truetype'),
        url('fonts/xero/xero.svg#xero') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa-xero:before {
    font-family: 'xero';
    content: "\78";
}
