button
{
    border-radius: 3px;
    border: 1px solid #606060;
    font-size: 18px;
    height: 35px;
    margin-bottom: 5px;
    width: 100%;
}

.ui-dialog-content button
{
    margin-top: 5px;
    width: auto;
}

table button
{
    margin: 2px;
    width: 34px;
}

button:active
{    
    filter: brightness(70%) !important;
    -webkit-filter: brightness(70%) !important;
}

button:hover
{    
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
}

button i
{
    margin-right: 10px;
}

label:first-child
{    
    margin-top: 0;
}

label
{    
    box-sizing: border-box;
    display:block;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 10px;
    width: 100%;
}

.order_component label
{    
    display:inline;
    margin-left: 5px;
    width: 50px;
}

input
{    
    border-radius: 3px;
    border: 1px solid #606060;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 5px;
    width: 100%;
}

.order_component input
{    
    display:inline;
    margin-left: 5px;
    width: 50px;
}

.order_component select
{    
    display:inline;
    margin-left: 5px;
    width: 100px;
}

.order_component button
{    
    display:inline;
    font-size: 25px;
    padding-left: 8px;
    height: 40px;
    width: 40px;
}

input:focus
{    
    border-color: 1px solid #202020;
}

select
{
    border-radius: 3px;
    border: 1px solid #606060;
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 5px;
    width: 100%;
}

select:focus
{    
    border-color: 1px solid #202020;
}

select.readonly
{
    background-color: #CCCCCC;
}

b
{
    font-size: 120%;
    font-weight: bold;
}

i
{
    font-size: 70%;
}

.error
{
    background-color: #FFA8A8;
    border-color: #FF4242;
}

#input_filter
{
    width: 78%;
}

#input_filter_code
{
    float:right;
    width: 20%;
}

input[type='checkbox'].button
{
    left: -9999px;
    position: absolute;
}

input[type='checkbox'].button + label
{
    padding-top: 10px;
    height: 40px;
    border-radius: 10px;
    text-align: center;
    background-color: rgb(202, 201, 201);
    border: 1px dashed black;
    color: black;
    margin-bottom: 5px;
    margin-top: 0px;
}

.ui-dialog-content input[type='checkbox'].button + label
{
    margin-bottom: 8px;
}

input[type='checkbox'].button:checked + label 
{
    background-color: wheat;
    border: 1px solid black;
}

.notSaved
{
    background-color: wheat;
}

input:read-only 
{
    background-color: lightgray;
}