﻿.ui-jqgrid tr.jqgrow td
{
    height: 60px !important;
    padding: 0px !important;
}

.ui-state-hover
{
    background-color: White;   
}

.ui-state-hover, .ui-state-hover textarea, .ui-state-hover td, .ui-state-hover div, .ui-state-hover img
{
    background-image: url("../Images/bg_MapField_hover_t.png");
}

.ui-state-highlight, .ui-state-highlight textarea, .ui-state-highlight td, .ui-state-highlight div, .ui-state-highlight img
{
    background-image: url("../Images/bg_MapField_selected_t.png");
}

th
{
    background-color:#7994A6;   
}

.btnContainer img:hover
{
    cursor:pointer;
    max-height: 23px;
    max-width: 23px;
    border: 1px solid cyan;
}

input[type="checkbox"]:disabled {

}

.ui-jqgrid .ui-jqgrid-htable th {
   height: 44px !important;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: normal !important;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: initial !important;
}

#table-container {
    overflow: visible;
    /*margin-right:-16px;*/
}

.sized-input {
    min-width: 250px !important;
    height: 50px;
    z-index: 9999;
    top: 185px;
    padding: 0px;
    position: fixed;
}

textarea {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	white-space: normal;
}