.buttons {
    float: left;
    padding-bottom: 20px;
    clear: both;
}
a.button, input.button, button.button
{
    background-position: 50% 50%;
    color: #444;
    font: 11px Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 8px;
    position: relative;
    background-image: url('custom-theme/images/ui-bg_highlight-soft_100_e4e4e4_1x100.png');
    border: 1px solid #BDBDBD;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    background-repeat: repeat-x;
}
.button:hover, .button.active
{
    background-position: 50% 50%;
    color: #FFF;
    background-image: url(custom-theme/images/ui-bg_highlight-soft_25_0073ea_1x100.png);
    background-repeat: repeat-x;
    border: 1px solid #0073EA;
}
.button:active {
    color: #E2F0FD;
    border-color: #0073EA;
}
.button[disabled="disabled"] {
    background: #f8f8f8;
    color: #777
}
.button[disabled="disabled"]:hover {
    background: #f8f8f8;
    color: #777;
    cursor: default;
    border: 1px solid #BDBDBD;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  white-space: nowrap;
}
.btn-group > .button + .button {
    margin-left: -5px;
}
.btn-group > input.button + input.button, .btn-group > button.button + button.button {
    margin-left: -7px;
}
.btn-group :first-child {
    margin-right: 0;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px; 
}
.btn-group :last-child {
    margin-left: 0;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px; 
}

.button.left {
    margin-right: -4px;
}
.button.right {
    margin-left: -4px;
}
.button.small{ font-size: 11px;padding: 1px 6px;}
.button.medium{font-size: 11px;padding: 2px 6px;}
.button.large {
    font-size: 12px;
    padding: 4px 8px;
}
.button.supersize {
    font-size: 20px;
    padding: 15px 20px;
}
a.up, .up:hover {
    background: url(../images/button-sprite.png)  3px -137px no-repeat #f3f3f3;
    width: 18px;
    padding-right: 8px;
    padding: 2px 9px;
}
a.down, .down:hover {
    background: url(../images/button-sprite.png)  3px -173px no-repeat #f3f3f3;
    width: 15px;
    padding-right: 8px;
    padding: 2px 9px;
}
a.up-big {
    background: url(../images/button-sprite.png)  15px -128px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
a.down-big {
    background: url(../images/button-sprite.png)  15px -163px no-repeat #f3f3f3;
    width: 18px;
    font-size: 16px;
    padding: 10px 15px;
}
.freezeHeader{
    position:sticky;
    top :0;
}
.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-y: scroll;
}
.ui-jqgrid-bdiv {
    max-height: 500px;
}
.ui-timepicker-div {
    height: 60px;
}
.ScrollTable {
    overflow-y: scroll;
    max-height: 500px;
}
table {
    border-collapse: unset !important;
}
/*adding modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    border: 1px solid #888;
}
    /* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    border: 2px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }
.headerTitle {
    color: #617894;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px 1px 0 white;
    line-height: 22px;
    padding-left: 12px;
}
.modal-body {
    overflow-y: scroll;
    max-height: 250px;
}

.ui-jqgrid tr.jqgrow td {
    overflow: scroll;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    overflow: auto;
}

