/**
 *  Vlastne styly k pouzitiu s jqGrid
 */


.state_inactive
{
    color: #c7c7c7 !important;
}

tr.state_inactive > td > span > span.ui-icon
{
    /* background-image: url("images/ui-icons_888888_256x240.png") !important; */
}

.state_important
{
    font-style: italic !important;
}

.state_deleted
{
    color: #E31E25 !important;
    text-decoration: line-through !important;
}

.form_automatically_changed
{
    background-color: #ffff99 !important;
    background-image: none;
}

.toolbar_button_checked
{
    background-color: #868686 !important;
    background-image: none !important;
}

.toolbar_button_checked:hover
{
    background-color: #ff9999 !important;
    background-image: none !important;
}

.column_highlight
{
    font-weight: bold !important;
}

.column_button_clickable
{
    /*background-image: url("images/ui-icons_000000_256x240.png") !important;*/
    cursor: pointer;
}

.column_button_nonclickable
{
    /* background-image: url("images/ui-icons_888888_256x240.png") !important; */
    /*background-image: url("images/ui-icons_e31e25_256x240.png") !important;*/
    opacity: 0.35;
    cursor: auto;
}

.highlighted
{
    background-color: yellow !important;
}

.column_button_info_clickable
{
    color: #000000;
}

.column_button_info_nonclickable
{
    color: #e31e25;
}

.button_info
{
    font-weight: bold;
    top: -6px;
    position: relative;
}

.ui-state-hover {
    background-color: transparent !important;
}