/* body, th, td, div, span
{
  color: #444444;
} */

body
{
  background-color: #fff;/*#CED7DC;*/
}

input.button
{
  background: rgb(177,227,98); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(177,227,98,1) 0%, rgba(162,216,71,1) 50%, rgba(138,203,31,1) 50%, rgba(125,191,13,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(177,227,98,1)), color-stop(50%,rgba(162,216,71,1)), color-stop(50%,rgba(138,203,31,1)), color-stop(100%,rgba(125,191,13,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(177,227,98,1) 0%,rgba(162,216,71,1) 50%,rgba(138,203,31,1) 50%,rgba(125,191,13,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1e362', endColorstr='#7dbf0d',GradientType=0 ); /* IE6-9 */
  border: 1px solid #5b9400;
  border-bottom: 1px solid #568a03;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 0 0 #c8eb8f;
  -webkit-box-shadow: inset 0 1px 0 0 #c8eb8f;
  box-shadow: inset 0 1px 0 0 #c8eb8f;
  color: #fff;
  font-size: 12px!important;
  text-shadow: 0 -1px 1px #426b01;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  height: 32px!important;
}

input.button:hover
{
  background: rgb(154,208,85); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(154,208,85,1) 0%, rgba(141,194,65,1) 50%, rgba(120,180,27,1) 50%, rgba(109,167,10,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(154,208,85,1)), color-stop(50%,rgba(141,194,65,1)), color-stop(50%,rgba(120,180,27,1)), color-stop(100%,rgba(109,167,10,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(154,208,85,1) 0%,rgba(141,194,65,1) 50%,rgba(120,180,27,1) 50%,rgba(109,167,10,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ad055', endColorstr='#6da70a',GradientType=0 ); /* IE6-9 */
  cursor: pointer;
}

input.button:active {
  -moz-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  box-shadow: inset 0 0 10px 0 #2b430d, 0 1px 0 #fff;
  cursor: pointer;
}

div.dialog
{
  left: 50%;
  top: 50%;
  font-size: 14px;
  border: 1px solid black;
  position: fixed;
  padding:8px;
  background-color: White;
  z-index: 99;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.5);
}

div.dialog div.title
{
  padding: 5px;
  margin-bottom: 12px;
  color: White;
  font-weight: bold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: rgb(105,105,105); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(127,127,127,1) 35%, rgba(98,98,98,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(35%,rgba(127,127,127,1)), color-stop(100%,rgba(98,98,98,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f7f7f', endColorstr='#626262',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(127,127,127,1) 35%,rgba(98,98,98,1) 100%); /* W3C */
}

div.dialog input
{
  height: 22px;
  font-size: 18px;
  margin: 2px 2px 2px 2px;
  padding: 3px 5px 3px 5px;
}

div.dialog select
{
  height: 32px;
  font-size: 18px;
  margin: 2px;
}

div.dialog th
{
  text-align: right;
  font-weight: normal;
}

div.dialog hr
{
  border: 0px;
  border-top: 1px solid #888888;
}

div.dialog fieldset
{
  border: 1px solid #888888;
}

div.brind, div.progress
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: white;
  filter: alpha(opacity=30);
  opacity: 0.3;
  z-index: 98;
}

div.progress
{
  background: white url(./Images/progress.gif) no-repeat center 300px;
  z-index: 100;
}

#divH
{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 55px;
  z-index: 5;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: rgb(160,160,160); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(160,160,160,1) 0%, rgba(56,56,56,1) 50%, rgba(37,37,37,1) 55%, rgba(37,37,37,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,160,160,1)), color-stop(50%,rgba(56,56,56,1)), color-stop(55%,rgba(37,37,37,1)), color-stop(100%,rgba(37,37,37,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(56,56,56,1) 50%,rgba(37,37,37,1) 55%,rgba(37,37,37,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(56,56,56,1) 50%,rgba(37,37,37,1) 55%,rgba(37,37,37,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(56,56,56,1) 50%,rgba(37,37,37,1) 55%,rgba(37,37,37,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(56,56,56,1) 50%,rgba(37,37,37,1) 55%,rgba(37,37,37,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(229,229,229,1) 0%,rgba(183,183,183,1) 100%); /* W3C */
  border-bottom: 1px solid #7F7F7F;
}

#divH div, #divH label
{
  color: white;
  margin: 4px;
  line-height: 1.4em;
}

#divH0, #divH1, #divH3, #divH4
{
  border: 1px solid #7F7F7F;
  background: rgb(160,160,160); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(160,160,160,1) 0%, rgba(94,94,94,1) 50%, rgba(71,71,71,1) 55%, rgba(71,71,71,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(160,160,160,1)), color-stop(50%,rgba(94,94,94,1)), color-stop(55%,rgba(71,71,71,1)), color-stop(100%,rgba(71,71,71,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(94,94,94,1) 50%,rgba(71,71,71,1) 55%,rgba(71,71,71,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(94,94,94,1) 50%,rgba(71,71,71,1) 55%,rgba(71,71,71,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(94,94,94,1) 50%,rgba(71,71,71,1) 55%,rgba(71,71,71,1) 100%); /* IE10+ */
  background: linear-gradient(top,  rgba(160,160,160,1) 0%,rgba(94,94,94,1) 50%,rgba(71,71,71,1) 55%,rgba(71,71,71,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#474747',GradientType=0 ); /* IE6-9 */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  height: 47px;
}

#divH0
{
  position: fixed;
  width: 50px;
  text-align: center;
  font-size: 7pt;
}

#divH0
{
  left: 0px;
  z-index: 6;
}

#divH1
{
  position: fixed;
  left: 60px;
  width: 257px;
  z-index: 5;
}

#divH2
{
  position: fixed;
  width: 160px;
  left: 50%;
  top: 0px;
  text-align: center;
  margin-left: -80px!important;
  font-size: 17px;
  font-weight: bold;
  z-index: 4;
}

#divH3
{
  position: fixed;
  width: 100px;
  right: 235px;
  text-align: center;
  line-height: 35px !important;
  font-size: 11pt;
  cursor: pointer;
  z-index: 2;
}

#divH1 svg
{
  width: 38px;
  height: 32px;
  margin: 0px!important;
  float: left;
}

#divH1 #title
{
  width: 163px;
  height: 35px;
  margin: 0px!important;
  overflow: hidden;
  float: left;
  font-size: 16px;
  line-height: 35px!important;
}

#divH1 #vbar1, #divH1 #vbar2
{
  width: 1px;
  height: 30px;
  float: left;
  background-color: #A0A0A0;
  float: left;
}

#divH1 #move1, #divH1 #move2
{
  width: 32px;
  height: 32px;
  margin: 0px!important;
  float: left;
}

#divH1 #left::before
{
  position: absolute;
  content: "";
	border-top: 7px solid transparent;
	border-right: 12px solid white;
	border-bottom: 7px solid transparent;
	margin: 8px 0px 0px 0px;
}

#divH1 #left::after
{
  position: absolute;
  content: "";
	border-top: 7px solid transparent;
	border-right: 12px solid white;
	border-bottom: 7px solid transparent;
	margin: 8px 0px 0px 10px;
}

#divH1 #right::before
{
  position: absolute;
  content: "";
	border-left: 12px solid white;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin: 8px 0px 0px 2px;
}

#divH1 #right::after
{
  position: absolute;
  content: "";
	border-left: 12px solid white;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	margin: 8px 0px 0px 12px;
}

#disp-area {
    position: absolute;
    /* top: 125px;*/
    /* top: 65px; */
    top: 60px;
    padding-top: 1px;
    left: 0;
    overflow-x: hidden;
}

#wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
#ratio-wrapper {
    position: absolute;
    top: 0;
    left: 0;
}
#warning-wrapper {
    position: absolute;
    top: 0;
}
#big-warning-wrapper {
    position: absolute;
    background: #eeeeee;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#big-warning {
    width: 100%;
    height: 100%;
}
.container {
    float: left;
}
.ratio-container, .warning-container {
    padding: 5px;/*横の幅*/
}
.ratio, .warning {
    border: 1px solid #555;
    background: #ffffff;
}
.ratio-normal {
    background-color: #e0ffff;
}
.ratio-warn {
    background-color: #ffe0e0;
}
.ratio-stop {
    background-color: #dcdcdc;
}
.ratio-dandori {
    background-color: #f4ffea;
}
.ratio-repair {
    background-color: #ffcc99;
}
.ratio-inspection {
    background-color: #d8b2ff;
}
.ratio-try {
    background-color: #feff99;
}
.ratio-planstop {
    background-color: #ffffff;
}
.ratio-exist-setup {
    background-color: #ffc68e;
}
.warning-alert {
    background-color: #ff1414;
}
.warning-call {
    background-color: #1414ff;
}
.warning-box {
    background-color: #00a968;
}
.warning-zairyo {
    background-color: #00afcc;
}
.warning-temp {
    background-color: #ff8914;
}
.warning-mainte {
    background-color: #8da0b6;
}
.warning p {
    color: #ffffff;
}
tr, th, td {
    border-color: #999999 !important;
}
td {
    font-weight: bold;
}
.ratio-with {
  height:100%;
  margin-bottom: 0px;
}
.ratio-with th, .ratio-with td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle !important;
}
.tstop th div, .tdandori th div {
    text-align: center;
}
.tdandori td {
    color: #666666;
}
#socket-error {
    position: absolute;
    background-color: #ffffff;
    color: #ff0000;
    display: none;
}
#call-receiver-error {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #ffffff;
    color: #ff0000;
    display: none;
}

.modal {
	font-size: 14px;
}
/** �A���[�g������ */
div.warning-alert h1 {
	color: white;
}

div.warning-alert span {
	color: white;
}

/** �L�I�X�N���[�h�p */
#disp-area.kiosk {
	top: 0px;
}
.tstop {
	margin: 0;
}
#divH4
{
  position: fixed;
  width: 60px;
  right: 310px;
  text-align: center;
  font-size: 7pt;
  cursor: pointer;
  z-index: 2;
}

.ratio-top {
  height:20%;
}
.ratio-under {
  height:80%;
}

.ratio-top-8 {
  height:15%;
}
.ratio-under-8 {
  height:85%;
}

table {
  /* text-overflow: ellipsis;を動作させる為に必要*/
  table-layout: fixed;
}
table tr th{
  /* table-layout: fixed;追加により、カラム幅の自動制御が効かなくなるため、幅を指定 */
  /* 項目名の幅を30%に設定*/
  width: 25%;
}
table tr td {
  /* tableから文字のはみだしを防ぐためtext-overflow: ellipsis;追加 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}