@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;
}

body {
  position: relative;
  color: #4f4f6f;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  background: #6e45e2;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #6e45e2 0%, #88d3ce 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #6e45e2 0%, #88d3ce 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #6e45e2 0%, #88d3ce 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e45e2', endColorstr='#88d3ce',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.anim {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ------------------------------------ */
/*                  SP                  */
/* ------------------------------------ */
.btn {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.small {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}
.btn.middle {
  font-size: 16px;
  font-size: 1rem;
  padding: 1.24% 6.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}
.btn.middle.white.shadow {
  box-shadow: 0px 0px 21px rgba(111, 111, 111, 0.1);
}
.btn.large {
  width: 80%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  margin: auto;
}
.btn.white {
  color: #9FA4AF;
  background: #FFF;
  border: 1px solid #d7dbe8;
}
.btn.white.shadow {
  box-shadow: 0px 11px 21px rgba(111, 111, 111, 0.5);
}
.btn.blue {
  color: #FFF;
  background: #4580e2;
  border: none;
}
.btn.blue:hover {
  background: #335ea6;
}
.btn.logout {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 0 56px;
}
.btn.logout:hover {
  color: #FFF;
  background: #4580e2;
}
.btn.add_new {
  margin-bottom: 12px;
}

body {
  width: 100%;
  background: url(../img/bg_sub.png) 50% 0;
  background-size: cover;
}
body.admin header {
  display: block;
  width: 100%;
  padding: 0;
}
body.admin header h1 {
  display: block;
  width: 175px;
  padding: 24px 32px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
body.admin header h1 a {
  display: block;
}
body.admin header .headmenu {
  display: table;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  table-layout: fixed;
  background: #FFF;
}
body.admin header .headmenu li {
  display: table-cell;
  vertical-align: middle;
}
body.admin header .headmenu li a {
  display: block;
  width: 100%;
  color: #4f4f6f;
  font-size: 12px;
  font-size: 0.75rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 4px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.admin header .headmenu li a.btn {
  display: block;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  color: #9FA4AF;
  background: #FFF;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.admin header .headmenu li:last-child {
  display: none;
}
body.admin header .headmenu li .active {
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 16px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #4f4f6f;
}
body.admin .breadcrumbs {
  padding: 16px 8px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.admin .breadcrumbs ul li {
  display: inline;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
body.admin .breadcrumbs ul li a {
  color: #4f4f6f;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
body.admin .breadcrumbs ul li a:hover {
  color: #4580e2;
}
body.admin .breadcrumbs ul li:before {
  content: " ＞ ";
  vertical-align: middle;
}
body.admin .breadcrumbs ul li:first-child:before {
  content: none;
}

.top {
  width: 100%;
  background: url(../img/bg_main.png) 50% 0 fixed;
  background-size: cover;
}
.top header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top header h1 img {
  height: 28px;
}
.top footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 0;
  color: #6a6a77;
  background: #FFF;
  text-align: center;
}
.top.admin .netresv__start__inner h2 {
  padding: 0 0 8px;
}
.top.admin .netresv__start__inner h2 span {
  font-size: 24px;
  font-size: 1.5rem;
}

.comp footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 0;
  color: #6a6a77;
  background: #FFF;
  text-align: center;
}

header {
  width: 100%;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header h1 img {
  height: 28px;
}

.content {
  display: block;
  width: 94%;
  background: #FFF;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  margin: 0 auto 32px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.content.netresv__day {
  display: table;
  width: 94%;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 8px;
}
.content.netresv__search {
  width: 100%;
  padding: 16px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 16px;
}
.content.netresv__search h4 {
  color: #4580e2;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 16px;
}
.content.netresv__search ul {
  display: block;
  margin: auto;
}
.content.netresv__search ul li {
  display: block;
  vertical-align: middle;
  padding: 0 0 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.content.netresv__search ul li label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 8px 0;
  text-align: center;
}
.content.netresv__search ul li input {
  font-size: 14px;
  font-size: 0.875rem;
}
.content.netresv__search ul li input[type="text"] {
  padding: 8px;
}
.content.netresv__search ul li.day {
  width: 100%;
}
.content.netresv__search ul li.day input {
  width: 43%;
}
.content.netresv__search ul li.day span {
  padding: 0 8px;
}
.content.netresv__search ul li.name input {
  width: 100%;
}
.content.netresv__search ul li.no input {
  width: 100%;
}
.content.netresv__search .submit {
  text-align: center;
  padding: 8px 0;
}
.content.netresv__search .submit input {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.content.netresv__list {
  width: 100%;
}
.content.netresv__list h4 {
  color: #4580e2;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 24px;
}
.content.netresv__list table, .content.netresv__list th, .content.netresv__list td {
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #4f4f6f;
}
.content.netresv__list table {
  width: 100%;
}
.content.netresv__list th {
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  background: #e8f3f9;
}
.content.netresv__list td {
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
}
.content.netresv__list td:nth-child(1) {
  width: 60px;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}
.content.netresv__list td:nth-child(2) {
  width: inherit;
  text-align: center;
}
.content.netresv__list td:nth-child(3) {
  width: inherit;
  text-align: center;
}
.content.netresv__list td:nth-child(5) {
  width: inherit;
  text-align: center;
}

.netresv__start {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.netresv__start__inner {
  display: table-cell;
  vertical-align: middle;
}
.netresv__start__inner h2 {
  color: #FFF;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.275;
  text-align: center;
  font-weight: bold;
  padding: 0 0 24px;
}
.netresv__start__inner .btn {
  margin: 0 auto 40px;
}
.netresv__caution {
  position: absolute;
  bottom: 72px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #FFF;
  border: 1px dashed #FFF;
  padding: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.275;
}
.netresv__bord {
  width: 100%;
  max-width: 980px;
  margin: auto;
}
.netresv__bord__inner h2 {
  font-size: 20px;
  font-size: 1.25rem;
  padding: 16px;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hospital__info__head{
  text-align: center;
  padding: 0 0 24px;
}

.hospital__info__head p{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.275;
}
.hospital__info__head p span.sp{
  display:block;
  text-align:center;
}
.hospital__info__head p span.pc{
  display:none;
}
.hospital__info__tel{
  color: #6d45e2;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  display:inline-block;
}

.hospital__info__bottom{
  display: block;
  width: 100%;
  line-height: 1.5;
  padding-bottom: 24px;
}

.hospital__info__left{
  display: block;
  text-align: center;
  padding-bottom: 24px;
}

.hospital__info__left h2{
  font-size:20px;
}

.hospital__info__left p{
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.275;
}

.hospital__info__right{
  display: block;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hospital__info__right table{
  border-collapse:collapse;
  border-spacing:0;
  font-size: 14px;
  font-size: 0.875rem;
  background:#FFF;
  width:100%;
}

.hospital__info__right table th,td{
  border:1px solid #CCC;
  padding: 5px;
  text-align:center;
}


.netresv__steps__list {
  display: flex;
  align-items: center;
  width: 94%;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  table-layout: fixed;
  margin: 0 auto 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #d7dbe8;
  background: #FFF;
}
.netresv__steps__item {
  width: 28%;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #d7dbe8;
  background-color: white;
}
.netresv__steps__item:after {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 8px 0;
  background: url(../img/arrows.svg) 50% 50% no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.netresv__steps__item:last-child {
  border-right: none;
  width: 16%;
}
.netresv__steps__item p {
  padding: 18px 0;
}
.netresv__steps__item:last-child:after {
  display: none;
}
.netresv__steps__item .btn {
  width: 100%;
  text-align: center;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.netresv__steps__item .btn i.icon {
  float: left;
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
}
.netresv__steps__item .btn i.icon.calender {
  background: url(../img/basic_calendar.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn i.icon.pen {
  background: url(../img/basic_todo_pen.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn i.icon.check {
  background: url(../img/basic_elaboration_todolist_check.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn__inner {
  width: 100%;
  text-align: left;
  padding: 6px 0;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
}
.netresv__steps__item .btn.active {
  background: #6e45e2;
}
.netresv__steps__item .btn.active i.icon {
  float: left;
  display: none;
  width: 32px;
  height: 27px;
  margin: 0 4px 0 0;
}
.netresv__steps__item .btn.active i.icon.calender {
  background: url(../img/basic_calendar_w.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn.active i.icon.pen {
  background: url(../img/basic_todo_pen_w.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn.active i.icon.check {
  background: url(../img/basic_elaboration_todolist_check_w.svg) 50% 50% no-repeat;
  background-size: 24px;
}
.netresv__steps__item .btn.active p {
  color: #FFF;
  word-wrap: break-word;
  word-break: break-all;
  box-sizing: border-box;
  display: inline-block;
}
.netresv__steps__item .btn.white {
  border: none;
}
.netresv__steps__item .btn.white.shadow {
  box-shadow: none;
}
.netresv__steps__item p {
  font-size: 10px;
  /* font-size: 0.75rem; */
  line-height: 1;
}
.netresv__steps__item span {
  display: block;
  font-size: 10px;
  /* font-size: 0.75rem; */
  font-weight: bold;
}
.netresv__calender h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.netresv__calender p {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 0;
  line-height:1.275;
}
.netresv__calender p span {
  color: #6e45e2;
}
.netresv__calender__bord {
  width: 100%;
  overflow: auto;
}
.netresv__calender__bord table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border: 0px;
}
.netresv__calender__bord td, .netresv__calender__bord th {
  text-align: center;
  border: 1px solid #d7dbe8;
}
.netresv__calender__bord tr.week td {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 8px 0;
}
.netresv__calender__bord th {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 0;
}
.netresv__calender__bord td {
  font-size: 12px;
  font-size: 0.75rem;
  width: 32px;
  height: 32px;
  font-weight: bold;
  padding: 2px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.netresv__calender__bord td.sat {
  background: #e8f3f9;
}
.netresv__calender__bord td.sun {
  background: #f9e8ee;
}
.netresv__calender__bord td.rest {
  background: #e0e1e2;
}
.netresv__calender__bord td a.open {
  display: inline-block;
  width: 24px;
  height: 24px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #D7DBE8;
  background: url(../img/circle.svg) 50% 50% no-repeat;
  background-size: 50%;
  box-shadow: 0 3px 0 #D7DBE8;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.netresv__calender__bord td a.open:hover {
  background: url(../img/circle_w.svg) 50% 50% no-repeat, #6e45e2;
  background-size: 50%;
}
.jumpweek {
  text-align: right;
}
.jumpweek {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.jumpweek li{
  display: table-cell;
  vertical-align: middle;
}
.jumpweek li:nth-child(1){
  text-align: left;
}
.jumpweek li:nth-child(2){
  text-align: center;
}
.jumpweek li:nth-child(3){
  text-align: right;
}
.jumpweek a:hover {
    background-color: #6e45e2;
    color: white;
}
.month{
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 16px 0;
}
.netresv__day {
  position: relative;
}
.netresv__day__inner {
  display: flex;
  justify-content: center;
}
.netresv__day__title {
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding: 0 16px 0 0;
}
.netresv__day__day {
  display: table-cell;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.netresv__day__button {
  padding: 8px 0 0;
  margin: auto;
}
.netresv__day__button a {
  display: block;
  width: 140px;
  padding: 8px 0;
  text-align: center;
  text-decoration: none;
  margin: auto;
  color: #9FA4AF;
  background: #FFF;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.netresv__day__button a:hover {
  color: #FFF;
  background: #6e45e2;
}
.netresv__usrform.confirm p {
  display: inline-block;
  padding: 8px 0;
  margin: 0 8px 0 0;
  word-break: break-all;
}
.netresv__usrform.complete {
  padding: 80px 32px;
  text-align: center;
  margin: 0 auto 48px;
  line-height: 1.275;
}
.netresv__usrform.complete .netresv__usrform__text {
  padding: 32px 0 0;
}
.netresv__usrform h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.netresv__usrform p {
  padding: 8px 0;
}
.netresv__usrform p span {
  color: #6e45e2;
}
.netresv__usrform label {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 8px;
  width: 100%;
}
.netresv__usrform label.emailconf {
  vertical-align: middle;
}
.netresv__usrform select {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.netresv__usrform input[type="text"] {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.netresv__usrform input[type="password"] {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.netresv__usrform input[type="email"] {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.netresv__usrform input[type="tel"] {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.netresv__usrform input[type="radio"] {
  display: none;
}
.netresv__usrform input[type="checkbox"] {
  display: none;
}
.netresv__usrform input::-webkit-input-placeholder {
  color: #d7dbe8;
  font-weight: normal;
}
.netresv__usrform input:-ms-input-placeholder {
  color: #d7dbe8;
  font-weight: normal;
}
.netresv__usrform input::-moz-placeholder {
  color: #d7dbe8;
  font-weight: normal;
}
.netresv__usrform .line {
  display: block;
  width: 100%;
  height: 1px;
  background: #d7dbe8;
  margin: 8px 0 16px;
}
.netresv__usrform__name {
  padding: 0 0 8px;
}
.netresv__usrform__holiday{
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.netresv__usrform__mail {
  padding: 0 0 8px;
}
.netresv__usrform__tel {
  padding: 0 0 8px;
}
.netresv__usrform__sex {
  padding: 0 0 8px;
}
.netresv__usrform__birthday {
  padding: 0 0 8px;
}
.netresv__usrform__symptom {
  padding: 0 0 8px;
}
.netresv__usrform__table {
  display: block;
  width: 100%;
}
.netresv__usrform__cell {
  display: block;
  width: 100%;
  vertical-align: top;
}
.netresv__usrform__othersymptom {
  padding: 0 0 16px;
}
.netresv__usrform__othersymptom label {
  padding: 0;
}
.netresv__usrform__othersymptom textarea {
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.netresv__usrform .radio, .netresv__usrform .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.netresv__usrform .radio:hover, .netresv__usrform .checkbox:hover {
  background-color: #e8f3f9;
}
.netresv__usrform .radio:hover:after, .netresv__usrform .checkbox:hover:after {
  border-color: #6e45e2;
}
.netresv__usrform .radio:after, .netresv__usrform .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.netresv__usrform .radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 46%;
  left: 18px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6e45e2;
  content: '';
  opacity: 0;
}
.netresv__usrform .checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #6e45e2;
  border-bottom: 3px solid #6e45e2;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.netresv__usrform input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.netresv__usrform input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.netresv__buttons {
  text-align: center;
}
.netresv__buttons .middle {
  width: 80%;
  padding: 8px 0;
  margin: 0 16px 8px;
  cursor: pointer;
}
.netresv__loginfrm {
  width: 94%;
  margin: 0 auto 48px;
}
.netresv__loginfrm label {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 16px 8px 0;
  vertical-align: middle;
}
.netresv__loginfrm input {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 8px 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d7dbe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
}
.netresv__loginfrm input[type="submit"] {
  width: 50%;
  padding: 8px 0;
  margin: 16px auto;
  cursor: pointer;
}
.netresv__loginfrm input[type="submit"]:hover {
  color: #FFF;
  background: #4580e2;
}
.netresv__loginfrm__login {
  display: table;
  width: 90%;
  margin: 0 auto 16px;
}
.netresv__loginfrm__password {
  display: table;
  width: 90%;
  margin: auto;
}
.netresv__top__wrap {
  display: block;
  width: 100%;
  margin: 0 auto 16px;
}
.netresv__top__content {
  display: block;
  width: 100%;
  padding: 0 8px 8px;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.netresv__top__content a {
  display: block;
  width: 100%;
  color: #4f4f6f;
  text-decoration: none;
  padding: 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.netresv__top__content a .icon {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.netresv__top__content a .icon.calendar {
  background: url(../img/calendar.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a .icon.account {
  background: url(../img/id_card.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a .icon.config {
  background: url(../img/cog.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a:hover {
  background: #4580e2;
}
.netresv__top__content a:hover p {
  color: #fff;
}
.netresv__top__content a:hover .calendar {
  background: url(../img/calendar_w.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a:hover .account {
  background: url(../img/id_card_w.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a:hover .config {
  background: url(../img/cog_w.svg) 50% 50% no-repeat;
  background-size: contain;
}
.netresv__top__content a p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #4f4f6f;
  padding: 8px 0 0;
}
.netresv__hospital__setting {
  padding: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 16px;
}
.netresv__hospital__setting h4 {
  color: #4580e2;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 24px;
}
.netresv__hospital__setting input {
  font-size: 16px;
  font-size: 1rem;
}
.netresv__hospital__setting.hospitalname {
  width: 100%;
  padding: 0 0 16px;
}
.netresv__hospital__setting.hospitalname input[type="text"] {
  width: 100%;
}
.netresv__hospital__setting.day {
  width: 50%;
}
.netresv__hospital__setting.day input {
  width: 190px;
}
.netresv__hospital__setting.day span {
  padding: 0 8px;
}
.netresv__hospital__setting.name input {
  width: 180px;
}
.netresv__hospital__setting.no input {
  width: 180px;
}
.netresv__hospital__setting .submit {
  text-align: center;
  padding: 24px 0 16px;
}
.netresv__hospital__setting .submit input {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.netresv__hospital__setting .submit input:hover {
  color: #FFF;
  background: #4580e2;
}

footer {
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 8px 0;
  color: #6a6a77;
  background: #FFF;
  text-align: center;
}
.arrow {
  display: none;
}

/*Phan ha*/
.picker_box{
    padding: 0 1em;
    max-height: 400px;
    overflow-y: scroll;
}
li.picker__list-item {
    padding: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: 16px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25rem;
}
li.picker__list-item:hover {
    background: #DDD;
}
#day_reserved_sort:before {
  border-bottom-color: #666;
  margin-top: -9px;
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
}
/* Tạo tam mũi tên hướng lên trên */
.arrow-up {
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2f2f2f;; /* Tam giác phía dưới được đổ màu */
}
/* Tạo mũi tên hướng xuống */
.arrow-down {
  margin-bottom: 2px;
  width:0px;
  height:0px;
  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #2f2f2f; /* Tam giác phía trên được đổ màu */
}
.content.netresv__list table, .content.netresv__list th, .content.netresv__list td {
    font-size: 16px;
    font-size: 1rem;
    border: 1px solid #4f4f6f;
}
.content.netresv__list td {
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content.netresv__list td:nth-child(2) {
    width: 138px;
}
.content.netresv__list td:nth-child(3) {
    width: 150px;
    text-align: left;
}
.content.netresv__list td:nth-child(6) {
    width: 80px;
}
.btn.small {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.content.netresv__list th {
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #e8f3f9;
    font-weight: bold;
}
.hospital .row {
  margin: 0;
}
.netresv__usrform label span {
  display: inline-block;
  width: 32px;
  text-align: center;
}
/*.netresv__usrform label span:last-child{
  margin-right: 0;
}*/
.netresv__usrform label.info {
  width: 100%;
  font-weight: 500;
}
.help-block {
  text-align: center;
  width: 100%;
  /*text-align: right;*/
  padding-bottom: 16px;
  display: block;
  color: #ff0000
}

/* ------------------------------------ */
/*                  PC                  */
/* ------------------------------------ */
@media all and (min-width: 960px) {
  .btn {
    display: inline-block;
    text-decoration: none;
    margin: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .btn.small {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
  .btn.middle {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.24% 6.8%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
  .btn.middle.white.shadow {
    box-shadow: 0px 0px 21px rgba(111, 111, 111, 0.1);
  }
  .btn.large {
    width: inherit;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    padding: 1.24% 6.8%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
  .btn.white {
    color: #9FA4AF;
    background: #FFF;
    border: 1px solid #d7dbe8;
  }
  .btn.white.shadow {
    box-shadow: 0px 11px 21px rgba(111, 111, 111, 0.5);
  }
  .btn.blue {
    color: #FFF;
    background: #4580e2;
  }
  .btn.blue:hover {
    background: #335ea6;
  }
  .btn.logout {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 56px;
  }
  .btn.logout:hover {
    color: #FFF;
    background: #4580e2;
  }
  .btn.add_new {
    margin-bottom: 12px;
  }

  body {
    width: 100%;
    background: url(../img/bg_sub.png) 50% 0 fixed;
    background-size: cover;
  }
  body.admin header {
    display: table;
    width: 100%;
  }
  body.admin header h1 {
    display: table-cell;
    width: 175px;
    vertical-align: middle;
  }
  body.admin header h1 a {
    display: block;
  }
  body.admin header .headmenu {
    float: right;
    display: table;
    width: 850px;
    padding: 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    vertical-align: middle;
    text-align: right;
  }
  body.admin header .headmenu li {
    margin: 0 12px;
  }
  body.admin header .headmenu li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #4f4f6f;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.admin header .headmenu li a:hover {
    color: #4580e2;
    border-bottom: 2px solid #4580e2;
  }
  body.admin header .headmenu li a.btn {
    display: block;
    width: 140px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    color: #9FA4AF;
    background: #FFF;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  body.admin header .headmenu li a.btn:hover {
    color: #FFF;
    background: #4580e2;
  }
  body.admin header .headmenu li .active {
    color: #4f4f6f;
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 8px;
    text-align: center;
    border-bottom: 2px solid #4f4f6f;
    background: transparent;
  }
  body.admin header .headmenu li:last-child {
    display: inherit;
  }
  body.admin .breadcrumbs {
    padding: 0 0 24px;
  }
  body.admin .breadcrumbs ul li {
    font-size: 16px;
    font-size: 1rem;
    display: inline;
    font-weight: bold;
  }
  body.admin .breadcrumbs ul li a {
    color: #4f4f6f;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
  }
  body.admin .breadcrumbs ul li a:hover {
    color: #4580e2;
  }
  body.admin .breadcrumbs ul li:before {
    content: " ＞ ";
    vertical-align: middle;
  }
  body.admin .breadcrumbs ul li:first-child:before {
    content: none;
  }

  .top {
    width: 100%;
    background: url(../img/bg_main.png) 50% 0 fixed;
    background-size: cover;
  }
  .top header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 0;
    color: #6a6a77;
    background: #FFF;
    text-align: center;
  }
  .top.admin .btn {
    width: inherit;
  }
  .top.admin .netresv__start__inner h2 {
    padding: 0 0 16px;
  }
  .top.admin .netresv__start__inner h2 span {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .comp footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 0;
    color: #6a6a77;
    background: #FFF;
    text-align: center;
  }

  header {
    width: 100%;
    padding: 24px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .content {
    display: block;
    width: 100%;
    background: #FFF;
    padding: 48px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    margin: 0 0 80px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
  }
  .content.netresv__day {
    display: table;
    width: 100%;
    padding: 20px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 16px;
  }
  .content.netresv__search {
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 16px;
  }
  .content.netresv__search h4 {
    color: #4580e2;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 24px;
  }
  .content.netresv__search ul {
    display: table;
    margin: auto;
  }
  .content.netresv__search ul li {
    display: table-cell;
    vertical-align: middle;
    padding: 0 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .content.netresv__search ul li label {
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 8px;
    text-align: center;
  }
  .content.netresv__search ul li input {
    font-size: 16px;
    font-size: 1rem;
  }
  .content.netresv__search ul li.day {
    width: 50%;
  }
  .content.netresv__search ul li.day input {
    width: 190px;
  }
  .content.netresv__search ul li.day span {
    padding: 0 8px;
  }
  .content.netresv__search ul li.name input {
    width: 180px;
  }
  .content.netresv__search ul li.no input {
    width: 180px;
  }
  .content.netresv__search .submit {
    text-align: center;
    padding: 24px 0 16px;
  }
  .content.netresv__search .submit input {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .content.netresv__search .submit input:hover {
    color: #FFF;
    background: #4580e2;
  }
  .content.netresv__list h4 {
    color: #4580e2;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 24px;
  }
  .content.netresv__list table, .content.netresv__list th, .content.netresv__list td {
    font-size: 14px;
    font-size: 0.875rem;
    border: 1px solid #4f4f6f;
  }
  .content.netresv__list table {
    width: 100%;
  }
  .content.netresv__list th {
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #e8f3f9;
  }
  .content.netresv__list td {
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content.netresv__list td:nth-child(1) {
    width: 120px;
    text-align: center;
  }
  .content.netresv__list td:nth-child(2) {
    width: 120px;
    text-align: center;
  }
  .content.netresv__list td:nth-child(3) {
    width: 150px;
    text-align: center;
  }
  .content.netresv__list td:nth-child(5) {
    width: 100px;
    text-align: center;
  }

  .netresv__start {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .netresv__start__inner {
    display: table-cell;
    vertical-align: middle;
  }
  .netresv__start__inner h2 {
    color: #FFF;
    font-size: 60px;
    font-size: 3.75rem;
    text-align: center;
    font-weight: bold;
    padding: 0 0 4.16%;
  }
  .netresv__caution {
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    margin: auto;
    width: 650px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #FFF;
    border: 1px dashed #FFF;
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .netresv__bord {
    width: 100%;
    max-width: 980px;
    margin: auto;
  }
  .netresv__bord__inner h2 {
    font-size: 32px;
    font-size: 2rem;
    padding: 24px;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }


.hospital__info__head{
  text-align: right;
}

.hospital__info__head p{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.hospital__info__head p span.sp{
  display:none;
}
.hospital__info__head p span.pc{
  display:inline-block;
}

.hospital__info__tel {
  display: inline-block;
}

.hospital__info__bottom{
  display: table;
  table-layout: fixed;
  padding-bottom: 48px;
  text-align: left;
}

.hospital__info__bottom h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  padding:0;
}

.hospital__info__bottom p{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

.hospital__info__bottom p a{
  color: #6d45e2;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  display:inline-block;
}

.hospital__info__left{
  display: table-cell;
}

.hospital__info__left h3{
  font-size:20px;
}

.hospital__info__right{
  display: table-cell;
}

.hospital__info__right table{
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}

  .netresv__steps__list {
    display: table;
    width: 100%;
    padding: 0 24px 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background:transparent;
  }
  .netresv__steps__item {
    display: table-cell;
    width:25%;
    text-align: center;
    vertical-align: middle;
    border: none;
    background-color: rgba(0,0,0,0);
  }
  .netresv__steps__item:last-child{
    width:22%;
  }
  .netresv__steps__item:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 0 0 8px;
    padding: 0;
    background: url(../img/arrows.svg) 50% 50% no-repeat;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    vertical-align:middle;
  }
  .netresv__steps__item p {
    padding: 0 0;
  }
  .netresv__steps__item:last-child p {
    padding: 14px 0;
  }

  .netresv__steps__item:last-child:after {
    display: none;
  }
  .netresv__steps__item .btn {
    width: 190px;
    height: 50px;
    text-align: center;
  }
  .netresv__steps__item .btn i.icon {
    float: left;
    display: inline-block;
    width: 32px;
    height: 27px;
    margin: 0 4px 0 0;
  }
  .netresv__steps__item .btn i.icon.calender {
    background: url(../img/basic_calendar.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn i.icon.pen {
    background: url(../img/basic_todo_pen.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn i.icon.check {
    background: url(../img/basic_elaboration_todolist_check.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn__inner {
    width: 100%;
    text-align: left;
    padding: 6px 0;
    vertical-align: middle;
  }
  .netresv__steps__item .btn.active {
    background: #6e45e2;
  }
  .netresv__steps__item .btn.active i.icon {
    float: left;
    display: inline-block;
    width: 32px;
    height: 27px;
    margin: 0 4px 0 0;
  }
  .netresv__steps__item .btn.active i.icon.calender {
    background: url(../img/basic_calendar_w.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn.active i.icon.pen {
    background: url(../img/basic_todo_pen_w.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn.active i.icon.check {
    background: url(../img/basic_elaboration_todolist_check_w.svg) 50% 50% no-repeat;
    background-size: 24px;
  }
  .netresv__steps__item .btn.active p {
    color: #FFF;
  }
  .netresv__steps__item .btn.white {
    border: 1px solid #d7dbe8;
  }
  .netresv__steps__item .btn.white.shadow {
    box-shadow: 0px 0px 21px rgba(111, 111, 111, 0.1);
  }
  .netresv__steps__item p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
  .netresv__steps__item span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .netresv__calender h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .netresv__calender p {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 24px 0;
    line-height:1.5;
  }
  .netresv__calender p span {
    color: #6e45e2;
  }
  .netresv__calender__bord table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 8px;
    border: 0px;
  }
  .netresv__calender__bord td, .netresv__calender__bord th {
    text-align: center;
    border: 1px solid #d7dbe8;
  }
  .netresv__calender__bord tr.week td {
    font-size: 21px;
    font-size: 1.3125rem;
    font-weight: bold;
    padding: 28px 0;
  }
  .netresv__calender__bord th {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    padding: 16px 0;
  }
  .netresv__calender__bord td {
    font-size: 24px;
    font-size: 1.5rem;
    width: 92px;
    height: 84px;
    font-weight: bold;
    padding: 2px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .netresv__calender__bord td.time {
    width: 210px;
  }
  .netresv__calender__bord td.sat {
    background: #e8f3f9;
  }
  .netresv__calender__bord td.sun {
    background: #f9e8ee;
  }
  .netresv__calender__bord td.rest {
    background: #e0e1e2;
  }
  .netresv__calender__bord td a.open {
    display: inline-block;
    width: 76px;
    height: 76px;
    -moz-border-radius: 38px;
    -webkit-border-radius: 38px;
    border-radius: 38px;
    border: 1px solid #D7DBE8;
    background: url(../img/circle.svg) 50% 50% no-repeat;
    background-size: 50%;
    box-shadow: 0 3px 0 #D7DBE8;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .netresv__calender__bord td a.open:hover {
    background: url(../img/circle_w.svg) 50% 50% no-repeat, #6e45e2;
    background-size: 50%;
  }
  .month{
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
      padding: 16px 0;
  }
  .netresv__day {
    position: relative;
  }
  .netresv__day__inner {
    justify-content: baseline;
  }
  .netresv__day__title {
    display: table-cell;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 48px 0 0;
  }
  .netresv__day__day {
    display: table-cell;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
  }
  .netresv__day__button {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .netresv__day__button a {
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    width: 140px;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    margin: auto;
    color: #9FA4AF;
    background: #FFF;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .netresv__day__button a:hover {
    color: #FFF;
    background: #6e45e2;
  }
  .netresv__usrform.confirm p {
    display: inline-block;
    padding: 8px 0;
    margin: 0 8px 0 0;

  }
  .netresv__usrform.complete {
    padding: 80px 32px;
    text-align: center;
    margin: 0 0 48px;
    line-height: 1.275;
  }
  .netresv__usrform.complete .netresv__usrform__text {
    padding: 32px 0 0;
  }
  .netresv__usrform.hospital #special_holiday_list {
    font-size: 0;
  }
  .netresv__usrform.hospital #special_holiday_list li {
    /*padding: 0 0 8px;*/
  }
  .netresv__usrform.hospital input[type="text"] {
    width: 200px;
    margin: 0 20px 16px 0;
  }
  .netresv__usrform.hospital input[type="checkbox"] + .redio {
    width: 75px;
  }
  .netresv__usrform.hospital input[type="checkbox"]:checked + .redio:before {
    opacity: 1;
  }
  .netresv__usrform.hospital .picker__list-item {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin-bottom: -1px;
    position: relative;
    background: #ffffff;
    padding: 16px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .netresv__usrform.account .netresv__list table tr td:last-child {
    width: 40px;
  }
  .netresv__usrform h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .netresv__usrform p {
    padding: 24px 0;
  }
  .netresv__usrform p span {
    color: #6e45e2;
  }
  .netresv__usrform label {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    width: 160px;
  }
  .netresv__usrform label.emailconf {
    vertical-align: middle;
  }
  .netresv__usrform select {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .netresv__usrform input[type="text"] {
    width: 40%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
  }
  .netresv__usrform input[type="password"] {
    width: 40%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .netresv__usrform input[type="email"] {
    width: 40%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .netresv__usrform input[type="tel"] {
    width: 40%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .netresv__usrform input[type="radio"] {
    display: none;
  }
  .netresv__usrform input[type="checkbox"] {
    display: none;
  }
  .netresv__usrform input::-webkit-input-placeholder {
    color: #d7dbe8;
    font-weight: normal;
  }
  .netresv__usrform input:-ms-input-placeholder {
    color: #d7dbe8;
    font-weight: normal;
  }
  .netresv__usrform input::-moz-placeholder {
    color: #d7dbe8;
    font-weight: normal;
  }
  .netresv__usrform .line {
    display: block;
    widht: 100%;
    height: 1px;
    background: #d7dbe8;
    margin: 8px 0 24px;
  }
  .netresv__usrform__name {
    padding: 0 0 16px;
  }
  .netresv__usrform__holiday{
    flex-wrap: nowrap;
  }
  .netresv__usrform__mail {
    padding: 0 0 16px;
  }
  .netresv__usrform__tel {
    padding: 0 0 16px;
  }
  .netresv__usrform__sex {
    padding: 0 0 8px;
  }
  .netresv__usrform__birthday {
    padding: 0 0 16px;
  }
  .netresv__usrform__symptom {
    padding: 0 0 16px;
  }
  .netresv__usrform__table {
    display: table;
    width: 100%;
  }
  .netresv__usrform__cell {
    display: table-cell;
    width: 100%;
    vertical-align: top;
  }
  .netresv__usrform__othersymptom {
    padding: 0 0 16px;
  }
  .netresv__usrform__othersymptom label {
    padding: 0 0 16px;
  }
  .netresv__usrform__othersymptom textarea {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .netresv__usrform .radio, .netresv__usrform .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
  }
  .netresv__usrform .radio:hover, .netresv__usrform .checkbox:hover {
    background-color: #e8f3f9;
  }
  .netresv__usrform .radio:hover:after, .netresv__usrform .checkbox:hover:after {
    border-color: #6e45e2;
  }
  .netresv__usrform .radio:after, .netresv__usrform .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: '';
  }
  .netresv__usrform .radio:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 46%;
    left: 18px;
    display: block;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6e45e2;
    content: '';
    opacity: 0;
  }
  .netresv__usrform .checkbox:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 21px;
    display: block;
    margin-top: -7px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #6e45e2;
    border-bottom: 3px solid #6e45e2;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .netresv__usrform input[type=radio]:checked + .radio:before {
    opacity: 1;
  }
  .netresv__usrform input[type=checkbox]:checked + .checkbox:before {
    opacity: 1;
  }
  .netresv__buttons {
    text-align: center;
  }
  .netresv__buttons .middle {
    width: 220px;
    padding: 1.24% 0;
    margin: 0 16px;
    cursor: pointer;
  }
  .netresv__buttons .middle:hover {
    color: #FFF;
    background: #6e45e2;
  }
  .netresv__loginfrm {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 48px;
  }
  .netresv__loginfrm label {
    display: table-cell;
    width: 30%;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 16px 0 0;
    vertical-align: middle;
  }
  .netresv__loginfrm input {
    display: table-cell;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 8px 16px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d7dbe8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    vertical-align: middle;
  }
  .netresv__loginfrm input[type="submit"] {
    width: 50%;
    padding: 16px 0;
    margin: 24px 0 0;
    cursor: pointer;
  }
  .netresv__loginfrm input[type="submit"]:hover {
    color: #FFF;
    background: #4580e2;
  }
  .netresv__loginfrm__login {
    display: table;
    width: 90%;
    margin: 0 auto 16px;
  }
  .netresv__loginfrm__password {
    display: table;
    width: 90%;
    margin: auto;
  }
  .netresv__loginfrm .submit input[type="submit"] {
    width: 50%;
  }
  .netresv__top__wrap {
    display: table;
    width: 100%;
    max-width: 980px;
    margin: auto;
  }
  .netresv__top__content {
    display: table-cell;
    width: 316px;
    padding: 16px 8px 32px;
    vertical-align: middle;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .netresv__top__content a {
    display: block;
    color: #4f4f6f;
    text-decoration: none;
    padding: 48px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .netresv__top__content a .icon {
    display: inline-block;
    width: 64px;
    height: 64px;
  }
  .netresv__top__content a .icon.calendar {
    background: url(../img/calendar.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a .icon.account {
    background: url(../img/id_card.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a .icon.config {
    background: url(../img/cog.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a:hover {
    background: #4580e2;
  }
  .netresv__top__content a:hover p {
    color: #fff;
  }
  .netresv__top__content a:hover .calendar {
    background: url(../img/calendar_w.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a:hover .account {
    background: url(../img/id_card_w.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a:hover .config {
    background: url(../img/cog_w.svg) 50% 50% no-repeat;
    background-size: contain;
  }
  .netresv__top__content a p {
    font-size: 24px;
    font-size: 1.5rem;
    color: #4f4f6f;
    padding: 24px 0 0;
  }
  .netresv__hospital__setting {
    padding: 24px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 16px;
  }
  .netresv__hospital__setting h4 {
    color: #4580e2;
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 24px;
  }
  .netresv__hospital__setting input {
    font-size: 16px;
    font-size: 1rem;
  }
  .netresv__hospital__setting.hospitalname {
    width: 100%;
    padding: 0 0 16px;
  }
  .netresv__hospital__setting.hospitalname input[type="text"] {
    width: 100%;
  }
  .netresv__hospital__setting.day {
    width: 50%;
  }
  .netresv__hospital__setting.day input {
    width: 190px;
  }
  .netresv__hospital__setting.day span {
    padding: 0 8px;
  }
  .netresv__hospital__setting.name input {
    width: 180px;
  }
  .netresv__hospital__setting.no input {
    width: 180px;
  }
  .netresv__hospital__setting .submit {
    text-align: center;
    padding: 24px 0 16px;
  }
  .netresv__hospital__setting .submit input {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .netresv__hospital__setting .submit input:hover {
    color: #FFF;
    background: #4580e2;
  }

  footer {
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 0;
    color: #6a6a77;
    background: #FFF;
    text-align: center;
  }
  .arrow {
    margin-left: 5px;
    margin-bottom: 3px;
    display: inline-block;
  }

  .hospital .row {
    display: flex;
    align-items: baseline;
    padding: 0 0 16px;
  }
  .hospital [class*='col-md-'] {
    padding: 0;
  }
  .hospital .col-md-2  {
    width: 16.66666667%;
  }
  .hospital .col-md-10 {
    width: 83.33333333%;
    margin-right: 0;
  }
  .hospital .col-md-8 {
    width: 66.66666667%;
    margin-right: 0;
  }
  .hospital .col-md-4 {
    width: 33.33333333%;
    margin-right: 0;
  }
  .hospital .radio {
    background-color: #fff;
  }
  .hospital .radio:hover {
    background-color: #fff;
  }
  .hospital .radio:after {
    border-radius: 50%;
  }
  .hospital .radio:before {
    background-color: #4580e2;
  }
  .hospital .radio:hover:after {
    border-color: #4580e2;
  }
  .hospital .btn_wrap {
    display: flex;
    justify-content: flex-end;
  }
  .hospital .btn_add {
    width: 32px;
    height: 32px;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
    border-radius: 50%;
    background-color: #4580e2;
    margin-right: 8px;
  }
  .hospital .btn_delete, .delete_office_time {
    width: 32px;
    height: 32px;
    border: none;
    color: #fff;
    font-size: 24px;
    padding: 0;
    border-radius: 50%;
    background-color: #4580e2;
  }
  .hospital td.time {
    border: none;
    width: 16.66666667%;
  }
  .resv_calendar {
    width: 100%;
    overflow: scroll;
    height: 460px;
    border: 1px solid #D7D9E7;
  }
  .hospital .time_from input[type="text"], .hospital .time_to input[type="text"]{
    width: 50%;
    margin-right: 8px;
  }
  .hospital .time_from, .hospital .time_to {
    display: flex;
  }
  .hospital .time_from {
    margin-right: 16px;
  }
  label.office_checkbox, label.office_checked{
    width: 100%;
    height: 100%;
    margin: 0;
  }
   input[type="checkbox"]:checked + label.office_checkbox span {
    display: inline-block; width: 76px; height: 76px; background-color: white; color: white; -moz-border-radius: 38px; /* -webkit-border-radius: 38px; */ /* border-radius: 38px; */ /* border: 1px solid #D7DBE8; */ background: url(../img/circle.svg) 50% 50% no-repeat; background-size: 50%; /* box-shadow: 0 3px 0 #D7DBE8; */ /* -webkit-transition: all 0.2s ease-in-out; */ -o-transition: all 0.2s ease-in-out; /* transition: all 0.2s ease-in-out; */ margin: 0; "
  }
  label.office_checked span {
    display: inline-block; width: 76px; height: 76px; background-color: white; color: white; -moz-border-radius: 38px; /* -webkit-border-radius: 38px; */ /* border-radius: 38px; */ /* border: 1px solid #D7DBE8; */ background: url(../img/circle.svg) 50% 50% no-repeat; background-size: 50%; /* box-shadow: 0 3px 0 #D7DBE8; */ /* -webkit-transition: all 0.2s ease-in-out; */ -o-transition: all 0.2s ease-in-out; /* transition: all 0.2s ease-in-out; */ margin: 0; "
  }
  .netresv__usrform label.info {
    width: 80%;
  }

  .netresv__usrform__symptom label{
    width:inherit;
  }
  .netresv__usrform .radio, .netresv__usrform .checkbox {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 8px 8px 0;
    padding: 12px 12px 12px 42px;
    border-radius: 8px;
    background-color: #f6f7f8;
    vertical-align: middle;
    cursor: pointer;
  }
  .help-block {
    text-align: left;
  }
}
.termcheck {
    text-align: center;
}
.termcheck label {
    text-align: center;
    width: inherit;
}
/*.help-block {
  width: 100%;
  padding-bottom: 16px;
  display: block;
  color: #ff0000;
}*/
.admin .help-block {
  text-align: center;
}
.admin .left-help-block {
  text-align: left;
}
.netresv__loginfrm__password　+ .help-block {
  padding-bottom: 0;
  padding-top: 16px;
}
#acc_delete {
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 14px;
    color: #9FA4AF;
}

#acc_delete:hover {
    color:#FF0000
}
.pagination-item, .prev, .next {
  cursor: pointer;
}
.pagination>li>.last_item {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.text-danger {
  color: red;
}
.full_slot {
  font-weight: bold;
}
