﻿/*Grid*/
.ui-jqgrid .ui-jqgrid-view {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-htable .ui-th-div {
        height: 20px;
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
        color: #044D66;
        padding-left: 10px;
        right: 4px;
    }
/* Pager*/
.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important;
    font-size: 11px;
    line-height: 15px;
    color: #044D66;
    background: #E2E6EA;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    height: 26px;
}

.isArchival {
    background: #F0F0F0;
    color: #AAAAAA;
}

.inRole {
    background: #F0F0F0;
    color: #AAAAAA;
}
.table-dialog {
    position: fixed;
    top: 12%;
    left: 28%;
    z-index: 1050;
    min-width: 640px;
    height: auto;
    width: 640px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.searchFilter th, .searchFilter td {
    padding: 2px 0px 2px 2px;
}

    .searchFilter td.first {
        width: 5px;
    }

    .searchFilter td.first {
        width: 5px;
    }

.searchFilter input[type='Button'] {
    width: 30px;
}

.searchFilter input {
    height: 30px;
    margin: 0 5px 0 0;
    padding: 0;
}

.searchFilter select {
    height: 30px;
    margin: 0 5px 0 0;
}

.searchFilter td {
    vertical-align: middle;
}

.grid-buttons {
    min-height: 30px;
}

    .grid-buttons .jqGrid-checkbox {
        float: right;
        margin: 10px 5px 0 1px;
    }

    .grid-buttons .jqGrid-dropdown {
        float: right;
        margin: 0px 15px 0 1px;
    }

    .grid-buttons .jqGrid-dropdown-label {
        float: left;
        margin: 14px 4px 0 1px;
    }

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-y: auto;
    min-height: 150px;
    font-size: 14px;
    line-height: 19px;
}

.ui-jqgrid .ui-jqgrid-view {
    background-color: #f7f7f7;
}

.ui-jqgrid .ui-jqgrid-titlebar-scroll {
    float: right;
    margin-right: 25px;
}

    .ui-jqgrid .ui-jqgrid-titlebar-scroll span {
        font-size: 14px;
        line-height: 20px;
        padding-left: 3px;
        top: 2px;
        position: relative;
    }

.jqgrid-FirstRowDisplay {
    height: 1px !important;
    border: 1px solid transparent !important;
}

.btn:hover {
    background-position: 0 -9px;
}

.ui-jqgrid {
    z-index: 1;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.ui-widget-content th.ui-state-default {
    background: #E2E6EA;
}

.ui-jqgrid tr.ui-row-ltr td {
    text-align: left;
    border-right: none;
    vertical-align: inherit;
    padding-left: 5px;
}

    .ui-jqgrid tr.ui-row-ltr td:not(.hidden):last-child {
        border-right: 1px solid #DFE7E8;
    }

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    text-align: left;
    border-right-width: 1px;
    border-right-color: #C4C4C4;
    border-right-style: solid;
}

.ui-widget-content td.ui-state-default {
    background: none;
    border-left: 1px solid #DFE7E8;
}

.ui-jqgrid.ui-widget.ui-widget-content.ui-corner-all {
    border: none;
}

.ui-jqgrid .ui-jqgrid-title {
    line-height: 19px;
    color: #607184;
    font-size: 14px;
}

.ui-widget-content {
    border: 1px solid #DFE7E8;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 32px;
}

.ui-jqgrid tr.jqgrow {
    height: 40px;
}
.ui-jqgrid .ui-jqgrid-btable tr:nth-child(odd) {
    background: #EFF3F3;
}
.ui-jqgrid .ui-jqgrid-btable input[type="radio"],
.ui-jqgrid .ui-jqgrid-btable input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: 400;
}
.ui-jqgrid .ui-jqgrid-htable th div {    
    padding-left: 10px;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr input[type="checkbox"]{
	 width: 20px;
    height: 20px;
}
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr input[type="checkbox"] {
	width: 20px;
	height: 20px;
}