@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 150%;
  font-size: 13px;
  height: 100%;
  margin: 0;
  padding: 0;
  /* to avoid scrollbars */
}

a {
  color: #000;
  text-decoration: none;
}

.table {
  display: table;
}
.table > * {
  display: table-cell;
  vertical-align: middle;
}
.table .thead {
  display: table-header-group;
}
.table .tbody {
  display: table-row-group;
}
.table .tr {
  display: table-row;
  margin: 0;
}
.table .tr > .td {
  display: table-cell;
  padding: 10px 8px;
  text-align: center;
  overflow-x: hidden;
}
.table .tr > .price {
  text-align: right;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.textBold {
  font-weight: bold;
}

.textNormal {
  font-weight: normal;
}

.text-red {
  color: #ff0000;
}

.valign-top {
  vertical-align: top;
}

.table-center {
  margin: 0 auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.w100p {
  width: 100% !important;
}
.w100{
  width:100px;
}

.w130{
  width:130px;
}

.font13 {
  font-size: 13px !important;
}

.clearfix {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
a.underline {
  text-decoration: underline;
}

.mg0 {
  margin: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mg80 {
  margin: 80px !important;
}

.mg85 {
  margin: 85px !important;
}

.mg90 {
  margin: 90px !important;
}

.mg95 {
  margin: 95px !important;
}

.mg100 {
  margin: 100px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.pd0 {
  padding: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pd80 {
  padding: 80px !important;
}

.pd85 {
  padding: 85px !important;
}

.pd90 {
  padding: 90px !important;
}

.pd95 {
  padding: 95px !important;
}

.pd100 {
  padding: 100px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdr0 {
  padding-right: 0px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl95 {
  padding-left: 95px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

input[type='text'], input[type='number'], input[type='email'], input[type='password'], textarea {
  margin-top: 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 3px;
  width: 100%;
  font-size: 13px;
}

input[type='submit'] {
  border: none;
}

select {
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  height:33px;
}

sup {
  vertical-align: super;
}

header {
  position: relative;
  width: 100%;
}
header > img {
  display: block;
  margin: 8px auto;
}
.main-contents{
  padding-top:53px;
}
.main-contents.login-contents{
  padding-top:0;
}

.page-title {
  background-color: #68ABE7;
  padding: 8px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.login-contents {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("../images/back-login.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-contents .logo-box {
  font-size: 20px;
  text-align: center;
  padding: 45% 0;
}
.login-contents > form {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 85%;
  margin: 0 auto;
}

.logout-contents .logout-div {
  height: 75px;
  width:85%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.logout-contents .logout-div > p {
  margin-bottom: 20px;
  text-align: center;
}

/* The side navigation menu */
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  right: 0;
  background-color: #3C93E0;
  background-size: cover;
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding: 30px 0;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
}

.gray-overlay {
  display: none;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9998;
}

.side-links li {
  background: rgba(70, 70, 70, 0.4);
}
.side-links li a {
  padding: 20px 15px;
  display: block;
  border-top: 1px solid #bfbfbf;
  color: #fff;
  font-size: 14px;
}

.btn{
  min-width:80px;
  padding:6px 0;
}
.menu-btn .btn{
  width:40px;
  min-width:auto;
  height:33px;
}
.btn-large {
  display: block;
  text-align: center;
  padding: 8px 0;
  width: 110px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
}

.login-btn {
  width: 100% !important;
  display: block;
  text-align: center;
  padding: 8px 0;
  background-color: #2794e8;
  color: #fff;
  font-size: 14px;
}

.to-login-btn {
  display: block;
  text-align: center;
  padding: 8px 0;
  background-color: #337AB7;
  width: 80%;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

.orange-btn {
  display: block;
  text-align: center;
  padding: 8px;
  background-color: #ff6600;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.blue-btn2 {
  display: block;
  text-align: center;
  padding: 8px 5px;
  background-color: #68ABE7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.green-btn {
  display: block;
  text-align: center;
  padding: 8px 5px;
  background-color: #359211;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.yellow-btn {
  display: block;
  text-align: center;
  padding: 8px 5px;
  background-color: #f2c635;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.pink-btn {
  display: block;
  text-align: center;
  padding: 8px 5px;
  background-color: #f780bb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
}

.record-btn {
  display: block;
  width: 100%;
  background-color: #68ABE7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-image: url("../images/record_icon.png");
  background-repeat: no-repeat;
  background-position: 37% center;
  background-size: 20px;
}

.top-btns {
  display: table;
  padding: 10px;
  background-color: #e8e8e8;
  width: 100%;
  position:fixed;
  top:0;
}
.top-btns > * {
  display: table-cell;
  vertical-align: middle;
}
.top-btns > * a {
  text-align: center;
}
.top-btns .logo{
  position:relative;
}
.top-btns .logo img{
  display:block;
  position:absolute;
  top:-8px;
}
.top-btns .logo img{
}
.top-btns .menu-btn {
  width: 40px;
}
.top-btns .status {
  width: 90px;
  padding-right:10px;
}

ul.patients-status {
  width: 100%;
}
ul.patients-status li {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #2073bc;
  display: table;
}
ul.patients-status li > div {
  display: table-cell;
  vertical-align: middle;
}
ul.patients-status li div:first-child {
  padding-right: 15px;
  width: 32px;
}
ul.patients-status li .patient-btns {
  width: 90px;
  text-align:center;
}
ul.patients-status li div.patient-details {
  font-size: 13px;
  line-height: 1.5;
}
ul.patients-status li div.patient-details a{
  display:block;
}
ul.patients-status li div.patient-details p.patient-latest-update {
  color: #ff0000;
}
ul.patients-status li:first-child {
  border-top: 1px solid #2073bc;
}
ul.patients-status .with-btn {
  background-color: #fcd9e4;
}

div.popup-div {
  width: 90%;
  z-index: 9999;
  position: fixed;
  margin: auto;
  top: 20px;
  right: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: none;
}

div.not-compatible-div {
  height: 145px;
}
div.not-compatible-div div.popup-div-btns {
  margin-top: 10px;
  display: table;
  width: 100%;
}
div.not-compatible-div div.popup-div-btns > p {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
div.not-compatible-div div.popup-div-btns > p a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

div.during-correspondence-div {
  height: 150px;
}
div.during-correspondence-div div.popup-div-btns {
  margin-top: 10px;
  display: table;
  width: 100%;
}
div.during-correspondence-div div.popup-div-btns > p {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  padding:0 3px;
}
div.during-correspondence-div div.popup-div-btns > p a {
  display: block;
  margin: 0 auto;
  text-align: center;
}

div.show-help-div {
  height: 145px;
}
div.show-help-div div.popup-div-btns {
  margin-top: 10px;
  display: table;
  width: 100%;
}
div.show-help-div div.popup-div-btns > p {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
div.show-help-div div.popup-div-btns > p a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.by-the-hour {
  padding: 10px;
}
.by-the-hour .graph-all {
  margin: 20px 10px;
  min-width: 1000px;
}
.by-the-hour .graph-header {
  margin-bottom: 16px !important;
}
.by-the-hour .graph-content {
  margin-top: 10px;
}
.by-the-hour .graph-row1 {
  margin-top: 3px;
}
.by-the-hour .graph-row1-detail {
  background-color: #00CC99;
  border-left: 2px #FFFFFF solid;
  height: 17px;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
}
.by-the-hour .graph-row1-detail img {
  margin-right: 3px;
}
.by-the-hour .graph-row2 {
  margin-top: 6px;
  float: left;
}
.by-the-hour .graph-line {
  float: left;
}
.by-the-hour .graph-line1, .by-the-hour .graph-line3 {
  height: 17px;
  background-color: #FDEADA;
}
.by-the-hour .graph-line2 {
  height: 4px;
  background-color: #FFFFFF;
}
.by-the-hour .graph-exclamation {
  color: #F79646;
  font-size: 17px;
}
.by-the-hour .graph-line1-child, .by-the-hour .graph-line3-child {
  height: 17px;
  margin: 0px;
  padding: 0px;
}
.by-the-hour .clear-all {
  clear: both;
}
.by-the-hour span.graph-icon {
  float: right;
  margin-right: 5px;
}
.by-the-hour img.graph-icon {
  float: right;
  margin-right: 5px;
}
.by-the-hour img.graph-icon-toilet {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
}
.by-the-hour .graph-power .graph-line1 {
  background-color: #BEBEBE;
}
.by-the-hour .graph-toilet .graph-row1-detail {
  text-align: center;
}
.by-the-hour .graph-door .graph-row1-detail {
  text-align: center;
}
.by-the-hour .graph-alert .graph-row1-detail {
  text-align: center;
}
.by-the-hour img.graph-icon-door {
  width: 18px;
  float: right;
}
.by-the-hour img.graph-icon-light {
  margin-right: 5px;
  width: 18px;
  float: right;
}
.by-the-hour img.graph-icon-motion {
  margin-right: 4px;
  width: 16px;
  float: right;
}
.by-the-hour .class-back-date, .by-the-hour .class-next-date {
  color: #4F81BD;
  cursor: pointer;
}
.by-the-hour .graph-link {
  display: block;
  color: #86AFE1;
  text-decoration: underline;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.by-the-hour .btn {
  cursor: pointer;
}

.user-info {
  display: table;
  width: 100%;
  padding: 10px;
}
.user-info > div {
  display: table-cell;
  vertical-align: middle;
}
.user-info div:first-child {
  padding-right: 15px;
  width: 65px;
}
.user-info div:nth-child(3) {
  width: 70px;
  vertical-align: top;
}

.pink-title {
  font-size: 16px;
  color: #fff;
  background-color: #f68899;
  padding: 10px;
}

.gray-title {
  font-size: 16px;
  color: #fff;
  background-color: #a5a5a5;
  padding: 10px;
}

.monitoring-div {
  width: 100%;
  padding: 10px;
}
.monitoring-div .row {
  width: 100%;
  display: table;
}
.monitoring-div .row > .table-wrap {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0;
}
.monitoring-div .row .table {
  margin: 0 auto;
}
.monitoring-div .row .table div:first-child {
  padding-right: 5px;
  width: 35px;
}

.user-history {
  display: table;
  width: 100%;
  padding: 0 10px 10px;
}
.user-history > p {
  display: table-cell;
  vertical-align: middle;
}
.user-history p:last-child {
  width: 70px;
}

.tab-menu {
  background-color: #b7d6f4;
  padding: 5px 10px 0 10px;
  display: table;
  width: 100%;
  border-bottom:4px solid #286090;
}
.tab-menu > * {
  display: table-cell;
  vertical-align: middle;
}
.tab-menu h3 {
  font-size: 16px;
  color: #fff;
}
.tab-menu div {
  padding: 0 2px;
  width: 85px;
}
.tab-menu div a {
  padding: 8px;
  font-size: 12px;
  display: block;
}
.tab-menu div a.current {
  background-color: #68ABE7;
}
.tab-menu .btn{
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom:0;
}
.tab-menu .active{
  margin-bottom:-2px;
}

.care-info-list {
  padding: 10px;
}
.care-info-list ul:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.care-info-list li {
  display:table;
  width:50%;
  float:left;
}
.care-info-list li > * {
  display:table-cell;
  vertical-align:middle;
}
.care-info-list .icon{
  width:20px;
}
.care-info-list img{
  display:block;
}

.patient-time-start-end {
  width: 100%;
}
.patient-time-start-end li {
  display: table;
  width: 100%;
  border-bottom: 1px solid #a5a5a5;
  padding: 10px;
}
.patient-time-start-end li > div {
  display: table-cell;
  vertical-align: middle;
}
.patient-time-start-end li div:first-child {
  width: 75px;
}
.patient-time-start-end li div:nth-child(2), .patient-time-start-end li div:nth-child(4), .patient-time-start-end li select {
}
.patient-time-start-end li div:nth-child(3) {
  width: 20px;
  text-align: center;
}
.patient-time-start-end li div:nth-child(5) {
  padding: 0 0 0 10px;
}

.popup-checkbox-list .hidden-chkbox, .popup-checkbox-list .ok-sign {
  display: none;
}
.popup-checkbox-list li {
  border-bottom: 1px solid #a5a5a5;
  font-size: 14px;
  color: #6AE1C4;
}
.popup-checkbox-list .options-disabled {
  color: #ccc;
}

div.recording-div {
  height: 130px;
}
div.recording-div div.popup-div-btns {
  margin-top: 10px;
  display: table;
  width: 100%;
}
div.recording-div div.popup-div-btns > p {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}
div.recording-div div.popup-div-btns > p a {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}
.recording-chkbox {
    display: none;
}

div.notices-popup-div div.popup-div-btns {
  margin-top: 10px;
  display: table;
  width: 100%;
}
div.notices-popup-div div.popup-div-btns > p {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}
div.notices-popup-div div.popup-div-btns > p a, div.notices-popup-div div.popup-div-btns > p input[type=submit] {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

.notices-div {
  padding: 10px;
}
.notices-div > p {
  margin-bottom: 5px;
}

.notices-popup-div .popup-checkbox-list li:first-child {
  border-top: 1px solid #a5a5a5;
}
.popup-checkbox-list label{
  display:block;
  padding:10px;
}
.popup-checkbox-list label.recording-label{
    text-decoration: underline;
}
.popup-checkbox-list .table{
  margin-bottom:0;
}
.popup-checkbox-list .table > *{
  vertical-align:top;
}

.info-list {
  width: 100%;
}
.info-list li {
  width: 100%;
  display: table;
  font-size: 13px;
  border-bottom: 1px solid #a5a5a5;
  padding: 10px;
}
.info-list li > div {
  display: table-cell;
  vertical-align: middle;
}
.info-list li div:first-child {
  width: 130px;
}

.info-div {
  padding: 10px;
}
.info-div .input-label {
  font-size: 14px;
}
.info-div .input-val-uneditable {
  color: #999;
  margin: 5px 0 10px 20px;
}
.info-div .input-box {
  padding: 10px 5px;
  margin: 5px 0 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 93%;
}

.monitoring{
  padding:10px;
}
.monitoring .table > *{
  width: 33%;
  padding-left:35px;
  height:35px;
  line-height:35px;
}
.illuminance{
  background:url(../images/light_icon.png) no-repeat left center;
}
.temperature{
  background:url(../images/temp_icon.png) no-repeat left center;
}
.humidity{
  background:url(../images/water_icon.png) no-repeat left center;
}
.activity{
  background:url(../images/bed_icon.png) no-repeat left center;
}
.heartbeat{
  background:url(../images/heart_rate_icon.png) no-repeat left center;
}
.breathing{
  background:url(../images/oxygen_icon.png) no-repeat left center;
}
.label{
  display:block;
}