﻿body{
    padding-top: 70px;
    padding-bottom: 15px;
}
h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.grid-view-table{
    min-width: 768px;
}
.grid-view-table th, .grid-view-table td {
    text-align: center;
}
.grid-view-table th a, .grid-view-table th a:hover {
    color: black;
    text-decoration: none;
}
.grid-view-table td.grid-view-table-cell-left,
.grid-view-table th.grid-view-table-cell-left {
    text-align: left;
}
.grid-view-table td.grid-view-table-cell-right, 
.grid-view-table th.grid-view-table-cell-right{
    text-align: right;
}
.grid-view-table-fixed tbody > tr > td {
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.grid-view-table-nofixed tbody > tr > td {
  vertical-align: middle;
}
.grid-view-table-fixed {
    table-layout: fixed;
}
.grid-view-table-nofixed {
    word-wrap: break-word;
}

.form-error {
    color: #d9534f;
}
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #00137F;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
/*.pagination-ys table > tbody > tr > td > span:hover,*/
.pagination-ys table > tbody > tr > td > a:focus
/*.pagination-ys table > tbody > tr > td > span:focus {*/
{
    text-decoration: underline;
    background-color: #eeeeee;
    border-color: #dddddd;
}

body .ui-autocomplete {
  background-color: #f9f9f9;
}

body .ui-autocomplete .ui-menu-item .ui-corner-all {
   /* all <a> */
}

body .ui-autocomplete .ui-menu-item .ui-state-focus {
   /* selected <a> */
}

.detail-lable {
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
.detail-value {
    padding-bottom: 4px;
    min-height: 20px;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
.nav-tabs {
    margin-bottom: 0;
}
div.checkbox-list {
    margin-top: 8px;
}
div.checkbox-list table tr td label {
    padding-left: 4px;
    padding-right: 12px;
    font-weight: normal;
}
div.checkbox-list span label {
    padding-left: 4px;
    padding-right: 12px;
    font-weight: normal;
}