@CHARSET "UTF-8";
.grid-pagination {
    /* background: url("images/form/massaction_bg.gif") repeat-x scroll 0 100% #EBEBEB;
    border-color: #D1CFCF #D1CFCF;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 0.9em;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px; */
    display: block;
    float: left;
}
.grid-table .grid-exports {
  /* @extend .btn-group; */
  display: block;
  float: left;
}
.grid-table .grid-exports .grid-export-label {
  display: block;
  float: left;
}
.grid-table .grid-exports .grid-export {
  display: block;
  margin-left: 20px;
  float: left;
}
.grid-table thead tr th.grid-table-header1,
.grid-table thead tr th.grid-table-header2 {
    padding: 8px;
    font-weight: normal;
}
.grid-table thead tr th.grid-table-header2 a.gplib-oper-button {
    /* width: 200px; */
    display: inline;
}
.grid-pagination span,
.grid-table .grid-pagination span,
.grid-pagination a,
.grid-table .grid-pagination a	 {
	display: inline;
	padding: 0 3px;
}
	
.grid-extra-table {
    background: url("images/form/massaction_bg.gif") repeat-x scroll 0 100% #EBEBEB;
	border-color: #D1CFCF #D1CFCF;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    font-size: 0.9em;
    height: 26px;
    width: 100%;
}
.grid-extra-table tr td {
	text-align: right;
}
.grid-extra-table tr td.grid-extra-col-left {
	text-align: left;
}
.grid-table-header {
    padding: 0 0 10px 0;
}

.grid-extra-table a {
    text-decoration: none;
    color: #EA7601;
}

.grid-container1 {
    border-bottom: 0 none;
    /*padding-bottom: 0.5em;*/
    /* position: relative;*/
}

.grid-container2 {
    /* margin-bottom: -4px; */
    /* overflow: auto; */
    /* padding-bottom: 4px; */
    width: 100%;	
}

.grid-table {
    border-color: #CBD3D4;
    border-style: solid ;
    border-width: 1px;
    width: 100%;
}

#div-ajax-table {
	min-width: 450px;
	max-width: 600px;
}

.grid-table thead tr,
.grid-table tr.thead,
.grid-table tr.grid-title,
.grid-table tfoot tr,
.grid-table tr.tfoot,
.grid-table tr.grid-title	 {
    background: url("images/sort_row_bg.gif") repeat-x scroll 0 50% transparent;
}

.grid-table thead tr th,
.grid-table tr.thead td,
.grid-table tfoot tr td,
.grid-table tr.tfoot td {
    border-color: #F9F9F9 #D1CFCF #F9F9F9 #F9F9F9;
    border-style: solid;
    border-width: 1px;
    font-size: 0.9em;
    padding-bottom: 0;
    padding-top: 1px;
    white-space: nowrap;
    padding: 2px;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
}
    
/* .grid-table thead tr.grid-title,
.grid-table thead tr .grid-title {
    text-align: center;
    font-size: 14pt;
    padding: 5px;
    text-transform: uppercase;
    background: url("images/form/massaction_bg.gif") repeat-x scroll 0 100% #EBEBEB;
} */

.grid-table tr th.grid-extra-field,
.grid-table tr th.grid-title {
    text-align: center;
}

.grid-table thead tr th input.input_p {
    background-color: #fff;
    background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
    border: 1px solid #aaa;
    height: 25px;
    line-height: normal;
    margin: 0;
    outline: 0 none;
    padding: 1px 0px;
}

.grid-table thead tr th span {
    display: block;
}

.grid-table thead tr th a {
    color: #2D444F;
    display: block;
    padding: 2px 4px 1px 0;
    text-decoration: none;
}

.grid-table thead tr th.sorted-desc a,
.grid-table thead tr th.sorted-asc a {
    background: url("images/sort_on_bg.gif") no-repeat scroll 0 0 transparent;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    padding-bottom: 2px;
}

.grid-table thead tr th.sorted-desc span {
    background-image: url("images/grid_sort_desc.gif");
    background-position: right 50%;
    background-repeat: no-repeat;
    padding: 3px 12px 2px 8px;
}

.grid-table thead tr th.sorted-asc span {
    background-image: url("images/grid_sort_asc.gif");
    background-position: right 50%;
    background-repeat: no-repeat;
    padding: 3px 12px 2px 8px;
}

.grid-table .grid-filters {
    background: url("images/filter_row_bg.gif") repeat-x scroll 0 0 #E3EFF1;
    cursor: default;	
}

.grid-table .grid-filters th.grid-filter-cell {
}

.grid-table .grid-filters th.grid-filter-cell label {
	display: block;
	min-width: 25px;
	line-height: 25px;
	padding-right: 5px;
	float: left;
	text-align: right;
}
.grid-table .grid-filters th.grid-filter-cell .range .range-line.empty-check {
    text-align: center;
}

.grid-table .grid-filters th.grid-filter-cell .range .range-line.empty-check label {
	float: none;
        display: inline;
}

.grid-table .grid-filters th.grid-filter-cell .range.datetime {
	width: 140px;
}

.grid-table .grid-filters th.grid-filter-cell .range.date {
	width: 110px;
}

.grid-table .grid-filters th.grid-filter-cell .range .range-line {
	clear: both;
    min-width: 105px;
}

.grid-table .grid-filters th.grid-filter-cell .range .range-line span {
	display: inline;
}

.grid-table .grid-filters th.grid-filter-cell .range.date .range-line {
	height: 25px;
}

.grid-table .grid-filters th.grid-filter-cell input.gplibDate {
	width: 70px;
	float: right;
}

.grid-table .grid-filters th.grid-filter-cell input.gplibDateTimePopup {
	width: 100px;
	float: right;
}

.grid-table tbody td {
    border-color: #DADFE0;
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 2px 4px;
    vertical-align: top;
}

.grid-table tbody tr.even {
    background: none repeat scroll 0 0 #F6F6F6;
}

.grid-table tbody tr.odd {
    background: none repeat scroll 0 0 #FFFFFF;
}

.grid-table tbody tr.on-mouse {
    background: none repeat scroll 0 0 #FCF5DD;
}

.grid-table-name {
	margin-top: 5px;
	padding-top: 10px;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	padding-bottom: 10px; 
	padding-left: 40px; 
	background-image: url(images/table32x32.png);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	text-transform: uppercase;
}

.grid-table-add-record,
.grid-table-back-link {
	margin-top: 10px;
	margin-bottom: 5px;
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px; 
	padding-left: 25px;
	margin-left: 10px;
	font-weight: bold;
	float: left;
}

.grid-table-add-record a,
.grid-table-back-link a {
	display: inline-block;
	padding: 0px;
}

.grid-table-add-record a span,
.grid-table-back-link a span	 {
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 2px 2px 2px 30px;
}

.grid-table-add-record a span {
	background-image: url(images/plus.gif);
}

.grid-table-back-link a span {
	background-image: url(images/back_16x16.png);
}

.grid-extra-field {
	width: 20px;
	text-align: center;
	border: 1px solid white;
}
.grid-checkbox {
	width: 20px;
	text-align: center;
}

.grid-ajax-extra-field {
	width: 80px;
	text-align: center;
	border: 1px solid white;
}


.grid-table-export {
	/*padding-bottom: 15px;*/
	/*display: none;*/
}

.grid-table-export img {
	border: 1px solid black;
	padding: 1px 1px 1px 1px;
	margin: 0px;
	margin-right: 3px;
}

.grid-table .grid-type-date {
	text-align: center;
}

.grid-table .grid-type-integer {
	text-align: right;
}

.grid-table .grid-type-currency {
	text-align: right;
}

.grid-table .grid-type-numeric {
    text-align: right;
}

form.grid-form fieldset > ul {
	list-style:none;
}

form.grid-form fieldset > ul li {
	list-style:none;
	clear: both;
}

form.grid-form fieldset > ul li > label {
	display: block;
	/* width: 150px; */
	float:left;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}

.grid-messages {
	min-height: 45px; 
	border: 1px dotted black; 
	background-color: yellow; 
	margin-bottom: 10px;
	padding: 5px 5px 5px 5px; 
	color: blue;
}

.grid-msg {
	font-weight: bold;
}

.grid-msg-error {
	color:red;
}

#form-grid-export {
	min-width: 200px;
	text-align: right;
}

#form-grid-export fieldset {
	margin-bottom: 10px;
	text-align: left;
}

#form-grid-export fieldset legend {
	text-transform: uppercase;
	font-weight: bold;
}

#form-grid-export .grid-export-form-submit {
	margin-bottom: 10px;
}

.grid-form-separator {
	display: none;
}

.gplib-readonly {
	background-color: #cccccc;
}
.grid-actions {
	text-align: left !important;
}
.grid-table-blockui {
    background: url('images/progress.gif') repeat-x center center transparent; 
    width: 300px; 
    height: 250px; 
    margin: 0 auto;
}