#menu_tab { 
    padding: 0;
    background: none;
    border-width: 0;
} 
#menu_tab .ui-tabs-nav { 
    padding-left: 0;
    background: transparent;
    border-width: 0 0 1px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
} 
#menu_tab .ui-tabs-panel { 
    border-width: 0 1px 1px 1px; 
}

#alert_onoff {
    padding-bottom: 10px;
}

.ui-jqgrid {font-size:1.2em}

.ui-jqgrid-titlebar {font-size:1.2em}

.project_fld {
    border: 1px solid #999;
    -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
    padding-bottom: 4px;
    margin-bottom: 10px;
    background-color: #fdfdfd;
}

.project_fld ul li {
    color: black;
}

.project_fld ul ul li {
    color: black;
}

.project_fld ul li span span {
    width: 17em;
    display: block;
    float: left;
}

.caution {
    color: red;
}

.error {
    padding: 4px 8px;
    margin-right: 4px;
    color: #fff;
    font-size: 80%;
    background-color: #f66;
}

.buttonGroup input[type="radio"] {
  display: none;
}

.buttonGroup label {
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    border-right: solid 1px #999999;
    background-color: #cccccc;
    padding: 5px;
}

.buttonGroup > label:first-of-type {
  border-left: solid 1px #999999;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.buttonGroup > label:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.buttonGroup input[type="radio"]:checked + label {
  background-color: #ffffff;
}

.ngdialog-message dl dt {
    border-bottom: 1px solid #ccc;
}

.ngdialog-message dl dd {
    margin: 10px 0;
    font-size: 0.8em;
}

th.alert_targetch {
    width: 100px;
}

th.alert_targetvalue {
    width: 80px;
}

th.alert_updown {
    width: 100px;
}

th.invitation_house {
    width: 150px;
}

th.invitation_user {
    width: 150px;
}

h3.modal-title {
    margin-top: 0;
}
