@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
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;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}

body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  color: #333;
  background-color: #efefef;
  margin: 0;
}

html, body {
  height: 100%;
}

a {
  color: #2b90d9;
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

button {
  font: inherit;
}

b, strong, .bold {
  font-weight: 700;
}

.p-container__main {
  min-height: 100vh;
  padding: 40px 0;
}
.p-container__main__header {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 1001;
}
.p-container__main__body {
  padding: 40px 20px;
  min-height: calc(100vh - 80px);
}

.p-layout {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-layout__left {
    width: calc(100% - 280px);
    padding-right: 20px;
  }
  .p-layout__right {
    position: fixed;
    top: 80px;
    right: 20px;
    width: 280px;
  }
}

.p-section {
  width: 100%;
  margin: 20px auto;
}
.p-section:last-child {
  margin-bottom: 0;
}
.p-section__title {
  margin-bottom: 2px;
  padding: 18px 40px 17px;
  font-size: 1.2em;
  font-weight: 700;
  background: #fff;
}
.p-section__content {
  background: #fff;
  padding: 40px;
}

.p-login {
  margin-top: 40px;
}
.p-login__content {
  margin: auto;
  padding: 60px 40px 40px;
  width: 400px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
}
.p-login__content__form {
  display: flex;
  flex-direction: column;
}
.p-login__content__form .c-form:last-child {
  margin-bottom: 0;
}
.p-login__content__button {
  margin-top: 40px;
}

.c-sidebar-button-area {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
.c-sidebar-button-area .btn {
  margin-left: 20px;
}
.c-sidebar-button-area .btn:last-child {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .c-sidebar-button-area {
    flex-direction: column;
  }
  .c-sidebar-button-area .btn {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .c-sidebar-button-area .btn:last-child {
    margin-bottom: 0;
  }
}

.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}
.p-modal__content {
  width: 400px;
  background: #fff;
  border-radius: 5px;
  padding: 40px;
}
.p-modal__content__header__title {
  font-size: 1.6rem;
  font-weight: 700;
}
.p-modal__content__header__title + .p-modal__content__header__message {
  margin-top: 20px;
}
.p-modal__content__body .c-btn-area {
  flex-direction: row;
  justify-content: space-between;
}
.p-modal__content__body .c-btn-area .btn {
  margin: 0;
}
.p-modal__content__header + .p-modal__content__body {
  margin-top: 40px;
}
.p-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-request-list > li {
  border-top: 1px solid #ddd;
  padding: 40px 20px;
}
.p-request-list > li:nth-child(2n) {
  background: #fafafa;
}
.p-request-list > li:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}

.p-ecgd-list__header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.p-ecgd-list__body > ul > li {
  border-top: 1px solid #ddd;
  padding: 30px 20px;
}
.p-ecgd-list__body > ul > li:nth-child(2n) {
  background: #fafafa;
}
.p-ecgd-list__body > ul > li:last-child {
  border-bottom: 1px solid #ddd;
}

.ecgd-detail .p-container__main {
  padding-top: 0;
}
.ecgd-detail .p-container__main .p-container__main__header {
  top: 0;
}
.ecgd-detail .p-container__main .p-container__main__body {
  padding: 40px 0;
}
@media screen and (min-width: 1024px) {
  .ecgd-detail .p-layout__one {
    width: 100%;
    padding: 10px 10px;
  }
}
.ecgd-detail .p-section:first-child {
  margin: 0 auto;
}
.ecgd-detail .p-section__content {
  padding: 0;
}
.ecgd-detail .p-ecgd-detail__image {
  margin: 0;
  padding-top: 10px;
  width: 100%;
}
.ecgd-detail .p-ecgd-detail__image .c-ecgd-image {
  margin: 0;
  width: 100%;
}
.ecgd-detail .p-ecgd-detail__image .c-ecgd-image:before, .ecgd-detail .p-ecgd-detail__image .c-ecgd-image:after {
  content: none;
}
.ecgd-detail .p-ecgd-detail__image .c-ecgd-image__container {
  padding: 0 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.ecgd-detail .p-ecgd-detail__image .c-ecgd-image__container #c-ecgd-image-data {
  max-width: calc(100vw - 20px);
  max-height: calc(100vh - 110px);
  width: auto;
  height: auto;
}
.ecgd-detail .p-ecgd-detail__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
}
.ecgd-detail .p-ecgd-detail__bottom__container {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px;
  width: 100%;
  overflow: hidden;
}
.ecgd-detail .p-ecgd-detail__bottom__container__left {
  width: calc(100% - 230px);
  margin-right: auto;
  overflow: scroll;
}
.ecgd-detail .p-ecgd-detail__bottom__container__right {
  width: 230px;
  text-align: right;
  background: white;
  position: relative;
  z-index: 1;
  margin: -1px auto;
  padding: 1px 0;
}
.ecgd-detail .p-ecgd-detail__bottom__container__right .btn {
  width: 180px;
}
.ecgd-detail .p-ecgd-detail__data {
  margin-top: 20px;
  padding: 0 10px;
}
.ecgd-detail .p-ecgd-detail__data__container {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.ecgd-detail .p-ecgd-detail__data__container .c-ecgd-item {
  padding-left: 0;
  padding-right: 0;
}
.ecgd-detail .p-ecgd-detail__right {
  position: fixed;
  right: 0;
  top: 40px;
  width: 200px;
  height: calc(100vh - 90px);
  background: #fff;
  z-index: 999;
  overflow: scroll;
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  -webkit-overflow-scrolling: touch;
}
.ecgd-detail .p-ecgd-detail__right.is-active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.ecgd-detail .p-ecgd-detail__right .c-diagnosis-form {
  padding: 0;
  border-radius: 0;
  border: none;
  overflow: scroll;
  flex-direction: column;
}
.ecgd-detail .p-ecgd-detail__right .c-diagnosis-form .c-diagnosis-form__item {
  width: auto;
  white-space: nowrap;
}
.ecgd-detail .p-ecgd-detail__right .c-diagnosis-form .c-diagnosis-form__item .c-checkbox {
  padding-left: 0;
}

.c-message {
  padding: 8px 0;
  font-size: 1.1rem;
}

.c-message-area {
  padding: 20px;
  background: #2b90d926;
  margin-bottom: 20px;
  border-radius: 5px;
}

.c-error {
  padding: 8px 0 0;
  color: #ff0000;
}

.c-error-area {
  padding: 20px;
  background: #fee;
  margin-bottom: 20px;
  border-radius: 5px;
}
.c-error-area p {
  color: #ff0000;
  margin-bottom: 1.3rem;
}
.c-error-area p:last-child {
  margin-bottom: 0;
}
.c-error-area li {
  color: #ff0000;
}

.btn {
  display: inline-block;
  zoom: 1;
  position: relative;
  margin: 0;
  border: 1px solid #2b90d9;
  padding: 7px;
  width: 200px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font: inherit;
  color: #2b90d9;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.btn:hover {
  opacity: 0.8;
}
.btn-primary {
  color: #fff;
  background-color: #2b90d9;
  border-color: #2b90d9;
}
.btn-back, .btn-sub {
  color: #2b90d9;
  background-color: #fff;
  border-color: #2b90d9;
}
.btn-next {
  position: relative;
  margin-right: 17px;
  width: 183px;
}
.btn-next::after {
  content: "";
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: -34px;
  top: -1px;
  width: 30px;
  height: 36px;
  border: 18px solid transparent;
  border-left: 17px solid #2b90d9;
}
.btn-delete {
  border-color: #999;
  color: #999;
  font-weight: bold;
}
.btn-important {
  background: #555;
  border-color: #000;
  color: #fff;
  font-weight: bold;
}
.btn-grey {
  background: #fff;
  border-color: #aaa;
  color: #555;
}
.btn-grey-on {
  background: #aaa;
  border-color: #aaa;
  color: #000;
}
.btn-purple {
  background: #fff;
  border-color: #B10DC9;
  color: #555;
  outline-color: #B10DC9;
}
.btn-purple-on {
  border-color: #B10DC9;
  background: #B10DC9;
  color: #EFA9F9;
}
.btn-red {
  background: #fff;
  border-color: #FF4136;
  color: #555;
  outline-color: #FF4136;
}
.btn-red-on {
  border-color: #FF4136;
  background: #FF4136;
  color: #800600;
}
.btn-yellow {
  background: #fff;
  border-color: #FFDC00;
  color: #555;
  outline-color: #FFDC00;
}
.btn-yellow-on {
  background: #FFDC00;
  border-color: #FFDC00;
  color: #665800;
}
.btn-green {
  background: #fff;
  border-color: #2ECC40;
  color: #555;
  outline-color: #2ECC40;
}
.btn-green-on {
  background: #2ECC40;
  border-color: #2ECC40;
  color: #0E3E14;
}
.btn-blue {
  background: #fff;
  border-color: #0074D9;
  color: #555;
  outline-color: #0074D9;
}
.btn-blue-on {
  background: #0074D9;
  border-color: #0074D9;
  color: #B3DBFF;
}
.btn-mini {
  width: auto;
}
.btn-wide {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .btn-long {
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-long br {
    display: none;
  }
}
.btn.is-hidden {
  display: none;
}

.c-btn-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}
.c-btn-area .btn {
  width: 150px;
  margin-left: 20px;
}
@media screen and (min-width: 1024px) {
  .c-btn-area {
    margin: 0;
    flex-direction: column;
  }
  .c-btn-area .btn {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .c-btn-area .btn:last-child {
    margin-bottom: 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  margin-top: 1px\9;
  line-height: normal;
}
input[type=file] {
  display: block;
  padding: 7px 0;
}
input[type=range] {
  display: block;
  width: 100%;
}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

select[multiple], select[size] {
  height: auto;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly] {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled] {
  cursor: not-allowed;
}

fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
}
.c-checkbox,
.c-radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.c-checkbox label,
.c-radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.c-checkbox input[type=checkbox],
.c-checkbox-inline input[type=checkbox],
.c-radio input[type=radio],
.c-radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}

.c-checkbox + .c-checkbox,
.c-radio + .c-radio {
  margin-top: -5px;
}

.c-checkbox-inline,
.c-radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 7px 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}

.c-checkbox-inline.disabled,
.c-radio-inline.disabled,
fieldset[disabled] .c-checkbox-inline,
fieldset[disabled] .c-radio-inline {
  cursor: not-allowed;
}

.c-checkbox.disabled label,
.c-radio.disabled label,
fieldset[disabled] .c-checkbox label,
fieldset[disabled] .c-radio label {
  cursor: not-allowed;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.c-form {
  margin-bottom: 25px;
}
.c-form__label {
  display: block;
}
.c-form:last-child {
  margin-bottom: 0;
}
.c-form__required {
  padding-left: 5px;
  color: #ff0000;
}

.c-logged-in-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  background-color: #282c37;
  color: #fff;
}
.c-logged-in-header a, .c-logged-in-header a:hover {
  color: #fff;
  text-decoration: none;
}
.c-logged-in-header__logo {
  margin-right: auto;
}
.c-logged-in-header__user {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.c-logged-in-header__user span {
  padding-left: 10px;
}

.c-main-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.c-main-header .c-main-header__breadcrumb {
  overflow-x: scroll;
  padding: 0 20px;
  width: 100%;
  white-space: nowrap;
}
.c-main-header .c-main-header__breadcrumb::-webkit-scrollbar {
  height: 0;
  background-color: transparent;
}
.c-main-header .c-main-header__breadcrumb ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  height: 100%;
}
.c-main-header .c-main-header__breadcrumb ul li {
  display: flex;
  align-items: center;
  height: 70%;
  padding: 0 15px;
  border-right: 1px solid #eee;
  -moz-transform: skewX(160deg);
  -ms-transform: skewX(160deg);
  -webkit-transform: skewX(160deg);
  transform: skewX(160deg);
}
.c-main-header .c-main-header__breadcrumb ul li > * {
  -moz-transform: skewX(-160deg);
  -ms-transform: skewX(-160deg);
  -webkit-transform: skewX(-160deg);
  transform: skewX(-160deg);
}
.c-main-header .c-main-header__breadcrumb ul li a {
  text-decoration: none;
}
.c-main-header .c-main-header__breadcrumb ul li .svg-inline--fa {
  color: #999;
  margin-right: 10px;
}
.c-main-header .c-main-header__breadcrumb ul li a .svg-inline--fa {
  color: #2b90d9;
}
.c-main-header .c-main-header__breadcrumb ul li:first-child .svg-inline--fa {
  color: #2b90d9;
  margin-right: 0;
}
.c-main-header .c-main-header__breadcrumb ul li:last-child {
  border-right: none;
}
.c-main-header__progress {
  position: absolute;
  right: 20px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-ecgd-image {
  position: relative;
  margin-left: -20px;
  width: calc(100% + 40px);
  text-align: center;
}
.c-ecgd-image::before, .c-ecgd-image::after {
  content: "";
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 1;
}
.c-ecgd-image::before {
  left: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(204, 204, 204, 0)));
  background: -moz-linear-gradient(left, #ffffff, rgba(204, 204, 204, 0));
  background: -webkit-linear-gradient(left, #ffffff, rgba(204, 204, 204, 0));
  background: linear-gradient(to right, #ffffff, rgba(204, 204, 204, 0));
}
.c-ecgd-image::after {
  right: 0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(204, 204, 204, 0)), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(left, rgba(204, 204, 204, 0), #ffffff);
  background: -webkit-linear-gradient(left, rgba(204, 204, 204, 0), #ffffff);
  background: linear-gradient(to right, rgba(204, 204, 204, 0), #ffffff);
}
.c-ecgd-image__container {
  padding: 0 20px;
  overflow: scroll;
}

.c-diagnosis-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #eee;
}
.c-diagnosis-form__item {
  width: 49%;
  margin-bottom: 20px;
}
.c-diagnosis-form__item:last-child {
  margin-bottom: 0;
}
.c-diagnosis-form__item--wide {
  width: 100%;
}
.c-diagnosis-form__item dl {
  display: flex;
  width: 100%;
}
.c-diagnosis-form__item dl dt {
  font-weight: bold;
  width: 80px;
}
.c-diagnosis-form__item dl dd {
  flex: 1;
}
.c-diagnosis-form .c-diagnosis-main {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
}
.c-diagnosis-form .c-diagnosis-main__circle {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
}
.c-diagnosis-form .c-diagnosis-main__circle.black {
  border: 1px solid #333;
  background: #333;
}
.c-diagnosis-form .c-diagnosis-main__circle.purple {
  background: #B10DC9;
}
.c-diagnosis-form .c-diagnosis-main__circle.red {
  background: #FF4136;
}
.c-diagnosis-form .c-diagnosis-main__circle.yellow {
  background: #FFDC00;
}
.c-diagnosis-form .c-diagnosis-main__circle.orange {
  background: #FF530D;
}
.c-diagnosis-form .c-diagnosis-main__circle.green {
  background: #2ECC40;
}
.c-diagnosis-form .c-diagnosis-main__circle.blue {
  background: #0074D9;
}
.c-diagnosis-form .c-diagnosis-comment {
  width: 100%;
}

.c-diagnosis-item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #eee;
}
.c-diagnosis-item__column {
  width: 49%;
  margin-bottom: 20px;
}
.c-diagnosis-item__column:last-child {
  margin-bottom: 0;
}
.c-diagnosis-item__column--wide {
  width: 100%;
}
.c-diagnosis-item__column dl {
  display: flex;
  width: 100%;
}
.c-diagnosis-item__column dl dt {
  font-weight: bold;
  width: 80px;
}
.c-diagnosis-item__column dl dd {
  flex: 1;
}
.c-diagnosis-item__column__main {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
}
.c-diagnosis-item__column__main i {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 10px;
  background: #fff;
  margin-right: 10px;
}
.c-diagnosis-item__column__main i.black {
  border: 1px solid #333;
  background: #333;
}
.c-diagnosis-item__column__main i.purple {
  background: #B10DC9;
}
.c-diagnosis-item__column__main i.red {
  background: #FF4136;
}
.c-diagnosis-item__column__main i.yellow {
  background: #FFDC00;
}
.c-diagnosis-item__column__main i.green {
  background: #2ECC40;
}
.c-diagnosis-item__column__main i.blue {
  background: #0074D9;
}

.c-request-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-request-item__common, .c-request-item__custom {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.c-request-item__common li, .c-request-item__custom li {
  width: 49%;
  margin-top: 10px;
}
.c-request-item__common li:nth-child(1), .c-request-item__common li:nth-child(2), .c-request-item__custom li:nth-child(1), .c-request-item__custom li:nth-child(2) {
  margin-top: 0;
}
.c-request-item__common li dl, .c-request-item__custom li dl {
  display: flex;
  width: 100%;
  padding-right: 10px;
}
.c-request-item__common li dl dt, .c-request-item__custom li dl dt {
  font-weight: 700;
  width: 150px;
}
.c-request-item__common li dl dd, .c-request-item__custom li dl dd {
  flex: 1;
}
.c-request-item__custom, .c-request-item__footer {
  margin-top: 30px;
}
.c-request-item__footer {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .c-request-item {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .c-request-item__custom {
    width: auto;
    flex: 1;
  }
  .c-request-item__custom li {
    width: 100%;
  }
  .c-request-item__custom li:nth-child(2) {
    margin-top: 10px;
  }
  .c-request-item__footer {
    align-self: flex-end;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .c-request-item {
    padding-right: 170px;
    position: relative;
    min-height: 110px;
  }
  .c-request-item__common li, .c-request-item__custom li {
    width: 49%;
  }
  .c-request-item__common li:nth-child(2), .c-request-item__custom li:nth-child(2) {
    margin-top: 0px;
  }
  .c-request-item__footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }
}

.c-ecgd-item {
  position: relative;
  padding-left: 40px;
}
.c-ecgd-item__check {
  position: absolute;
  top: 0;
  left: 0;
}
.c-ecgd-item__common, .c-ecgd-item__custom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.c-ecgd-item__common li, .c-ecgd-item__custom li {
  width: 49%;
  margin-top: 10px;
}
.c-ecgd-item__common li:nth-child(1), .c-ecgd-item__common li:nth-child(2), .c-ecgd-item__custom li:nth-child(1), .c-ecgd-item__custom li:nth-child(2) {
  margin-top: 0;
}
.c-ecgd-item__common li dl, .c-ecgd-item__custom li dl {
  display: flex;
  width: 100%;
  padding-right: 10px;
}
.c-ecgd-item__common li dl dt, .c-ecgd-item__custom li dl dt {
  font-weight: 700;
  width: 100px;
}
.c-ecgd-item__common li dl dd, .c-ecgd-item__custom li dl dd {
  flex: 1;
}
.c-ecgd-item__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.c-ecgd-item__footer > * {
  margin-left: 20px;
}
.c-ecgd-item__footer > *:first-child {
  margin-left: 0;
}
.c-ecgd-item__footer__last-updated dt {
  margin-bottom: 2px;
}
.c-ecgd-item__footer__last-updated dd {
  text-align: right;
}
.c-ecgd-item__custom, .c-ecgd-item__diagnosis, .c-ecgd-item__footer {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .c-ecgd-item {
    padding-right: 180px;
  }
  .c-ecgd-item__footer {
    position: absolute;
    right: 0;
    bottom: 0;
    flex-direction: column;
  }
  .c-ecgd-item__footer > * {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  .c-ecgd-item__footer__last-updated {
    text-align: right;
  }
}

.p-ecgd-detail .c-ecgd-item {
  padding-left: 0;
  padding-right: 0;
}

.c-ecgd-bulk-control {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
  width: 100%;
}
.c-ecgd-bulk-control__select-all {
  padding-left: 24px;
  margin-right: auto;
}
.c-ecgd-bulk-control__select-all .c-form label {
  margin-bottom: 0;
}
.c-ecgd-bulk-control__select-all .c-form span {
  margin-left: 18px;
}
.c-ecgd-bulk-control__count {
  margin-top: 7px;
}
.c-ecgd-bulk-control__count span {
  padding-right: 10px;
}

.c-diagnosis-big {
  display: flex;
  flex-wrap: nowrap;
}
.c-diagnosis-big .btn {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
}

.c-diagnosis-other {
  padding: 0 10px;
  overflow: scroll;
  border: 1px solid #ddd;
  background: #eee;
  padding: 10px;
}

.leaflet-control-container {
  display:none;
}

.sub_title {
  margin-bottom: 2px;
  font-size: 1.1em;
  font-weight: 700;
  background: #fff;
}

#datatables tbody tr.selected {
    background-color: #a2aec7;
}