/*
 * Copyright 2017 DGV Network.
 * This file is part of Gestio business
 * for any question, please contact webmaster@gestiobusiness.com
 * file created on 2021/01/09
 * all rights reserved.
 */

label .jqx-button{
    float: left;
    padding: 0px;
    /*margin-top: 5px;*/
    /*margin-right: 0px;*/
    /*margin-left: 5px;*/
    height: 18px;
    /*background-color: #0000ff;*/
    font-size: 12px;
    font-family: sans-serif;
    /*border-radius: 3px;*/
    border: #000 hidden;
    background-color: transparent;
    /*border-top-left-radius: 8px;*/
    min-width: 28px;
}
label div {
    float: left;
    padding: 6px 0px 0px 3px;
    /*margin-top: 4px;*/
    /*margin-bottom: -6px;*/
    margin-right: 4px;
    height: 10px;
    font-style: italic;
    /*background-color: #0000ff;*/
    z-index: -99999 !important;
    align-items: flex-end;
}
label button:empty:before {
    content: "\1F50D";
    /*background-color: #00CC99;*/
}


.tcol {
    margin-bottom: 5px;
}

.jqx-input
{
    /*height: 28px!important;*/
    /*box-sizing: border-box !important;*/
    /*padding-left: 7px;*/
    /*width: 100%!important; not good!!!*/ 
}

.gridButton{
    padding: 0px;
    margin-top: 1px;
    height: 15px;
    font-size: 14px;
    font-family: sans-serif;
    border-radius: 3px;
    min-width: 24px;
    width: 85%;
    padding: auto;
    align-self: center; 
    text-align: center;
    border-width: 0px;
    background-color: transparent;
}

.btSearch  {
    font-size: 14px;
    width: 32px;
    background-color: #00CC99;
}
.btSearch:empty:before  {
    content: "\1F50D";
}