@charset "UTF-8";

/**
 * SCSS definition file for screen common main.
 * 
 * ・Change log
 * | update date | author            | summary                              |
 * | :-----------| :---------------- | :----------------------------------- |
 * | 2019/03/26  | Yoichi Inoue      | Create                               |
 * 
 * @file
 * 
 * A file that defines the main SCSS common to all screens.
 * 
 * @author    Yoichi Inoue
 */

/* do not print */

@media print {
  .noPrint {
    display: none;
  }
}

/* do not display on screen */

@media screen {
  .noScreen {
    display: none;
  }
}

/* no screen display or printing */

@media screen, print {
  .noScreenPrint {
    display: none;
  }
}

/* tag */

a {
  color: #505050;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 3px;
}

table {
  width: 100%;
}

th,
td {
  text-align: center;
}

td {
  border-bottom: 0.5px solid #ddd;
}

th,
td {
  padding: 5px 10px;
}

h1,
h2,
h3,
h4,
p,
dl,
ol,
ul,
label,
legend {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

legend {
  display: block;
  text-align: left;
  margin-bottom: 2px;
}

h1 {
  font-size: 160%;
  font-weight: bold;
  margin-bottom: 30px;
}

h2 {
  font-size: 140%;
  font-weight: bold;
}

h3 {
  font-size: 120%;
  font-weight: bold;
}

h4 {
  font-size: 100%;
  padding: 5px 15px;
  color: #FFF;
  display: inline-block;
  background: #ffd200;
  border-radius: 0.5em;
}

p {
  font-size: 100%;
}

/* element */

*[disabled] {
  cursor: no-drop !important;
  opacity: 0.5 !important;
}

tbody tr:hover {
  background-color: #54b1fd;
}

tr[data-toggle=modal]:hover {
  cursor: pointer;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

/* Area */

body,
.root {
  background-color: #0099FF;
}

.root,
.header,
.footer,
.main {
  min-width: 500px;
}

.root {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100vh;
  width: 100vw;
  display: inline-block;
}

.main {
  padding: 45px 0 40px 0;
  color: #505050;
  height: 100vh;
  margin: 0;
  text-align: left;
  overflow: overlay;
  transition: 0.75s;
}

.modal-content {
  border-radius: 0.5em;
}

.modal-content .close {
  border-radius: 50%;
  position: absolute;
  height: 50px;
  width: 50px;
  top: -20px;
  right: -20px;
  opacity: 1;
  z-index: 1;
}

.modal-content .close img {
  width: 100%;
  padding: 10px;
  display: flex;
}

.modal-body {
  padding: 50px;
  text-align: center;
}

.modal-body > P {
  width: 100%;
  margin-bottom: 30px;
}

.load {
  text-align: center;
}

.load div {
  margin: calc(50vh - 50px);
}

.tabArea {
  padding: 5px 30px 0 30px;
}

.tabArea span {
  width: 170px;
  padding: 5px;
  margin-right: 5px;
  text-align: center;
  background-color: #7c9eb4;
  border-radius: 0.5em 2em 0 0;
}

.tabArea .active span {
  background-color: #b7e2ff;
}

.detailArea {
  padding: 10px;
  margin: 0 10px 8px 10px;
  border-radius: 0.2em;
  background-color: #b7e2ff;
  text-align: center;
}

.detailArea.central {
  margin: 0;
}

.detailArea .paling {
  height: calc(100vh - 170px);
  vertical-align: top;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  vertical-align: top;
  overflow: overlay;
}

.detailArea .paling .logo {
  width: 100%;
}

.central {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: transparent;
}

.central .paling {
  width: 100%;
  height: auto;
  max-width: 450px;
  padding: 20px 40px;
  background-color: #b7e2ff;
  border-radius: 1em;
}

.history .detailArea .paling {
  width: 100%;
}

.detailArea .paling div,
.modal-body div {
  margin-bottom: 10px;
}

.fixArea {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  text-align: center;
  color: #FFF;
  background-color: #00000044;
  z-index: 99;
}

.progressArea {
  width: 100%;
  padding: 50px 100px;
  position: absolute;
  bottom: 0;
  font-size: 12pt;
  background-color: #000000aa;
}

.progressArea > div {
  margin: 10px 0;
}

.progressArea .bar {
  width: calc(100% - 60px);
}

.progressArea .percent {
  width: 50px;
  text-align: right;
}

.ellipsisArea p {
  max-width: 16em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btnArea .btn {
  width: 10em;
  margin: 1em;
}

.paling.block li {
  width: 400px;
  height: 210px;
  padding: 25px;
  margin: 10px;
  text-align: center;
  background-color: #fdfffd;
  border: dashed 1.5px #AAA;
  border-radius: 0.5em;
}

.paling.block li .categori {
  display: table-cell;
  height: 110px;
  overflow: hidden;
}

.paling.block li img {
  width: calc(20% - 2px);
}

.paling.block li span {
  width: calc(80% - 12px);
  margin-left: 10px;
  text-align: left;
}

.paling.block li div {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.paling.block li legend {
  font-size: 150%;
  font-weight: bold;
}

.paling.block li p {
  font-size: 90%;
}

.paling.block li div input,
.paling.block li div select {
  width: 75%;
  display: inline-block;
}

.dropArea {
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: #f5f9f3;
  border: dashed 1.5px #AAA;
  border-radius: 0.5em;
  justify-content: center;
  align-items: center;
}

.btnArea {
  width: 100% !important;
  text-align: center;
  display: inline-block;
}

.infoArea,
.infoAreaReset {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  background-color: #fffacd;
  border: solid 2px #f7d783;
  border-radius: 0.2em;
  text-align: center;
  display: none;
  margin-bottom: 10px;
}

.infoArea > *,
.infoAreaReset > * {
  display: none;
  text-align: left;
}

.error {
  color: #e65757;
  font-weight: 600;
}

/* Adjustment */

a.option {
  margin-left: 8px;
  text-align: center;
}

.status {
  width: 12%;
}

.requestId {
  width: 15%;
}

.ownerId {
  width: 15%;
}

.camera {
  width: 14%;
}

.foldername {
  width: 12%;
}

.uploadDate {
  width: 22%;
  min-width: 55px;
}

.note {
  width: 25%;
}

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

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

.all {
  width: 100% !important;
  text-align: left;
}

.spacer {
  width: 100%;
  height: 1px;
}

.icon {
  height: 1.5em;
}

.iconS {
  height: 0.9em;
}

.iconL {
  height: 3em;
}

.iconText {
  margin-left: 5px;
  vertical-align: text-top;
}

thead {
  color: #FFF;
  background-color: #6eacc9;
}

tbody {
  background-color: #f1f9fa;
}

.dropdown-menu {
  border-radius: 8px;
  min-width: 1rem;
}

.btn {
  padding: 0.75em;
  border-radius: 0.5em;
}

.btn-circle {
  height: 9em !important;
  width: 9em !important;
  border-radius: 50%;
}

.btn-circle .icon {
  height: 4em;
}

.btn-circle .iconText {
  width: 100%;
  margin: 0;
}

/* bootstrap */

.form-control {
  border-radius: 1.5em;
}

.btn:hover,
.btn:focus {
  opacity: 0.5;
}

.btn-primary,
.btn-primary:hover {
  background-color: #a4a4f9;
  border-color: #9a9af3;
  color: #FFF;
}

.btn-circle.btn-primary,
.btn-circle.btn-primary:hover {
  background: linear-gradient(#dde3f9, #8e82e8, #786bda);
}

.btn-secondary,
.btn-secondary:hover {
  background-color: #ff89da;
  border-color: #ff57ca;
  color: #FFF;
}

.btn-info,
.btn-info:hover {
  background-color: #fafafa;
  border-color: #AAAAAA;
  color: #505050;
}

.btn-circle.btn-info,
.btn-circle.btn-info:hover {
  background: linear-gradient(#ffffff, #e8e8e8, #c7c7c7);
}

.btn-success,
.btn-success:hover {
  background-color: #27e130;
  border-color: #20d129;
  color: #FFF;
}

.btn-warning,
.btn-warning:hover {
  background-color: #ffd53e;
  border-color: #f0c62f;
  color: #FFF;
}

.btn-danger,
.btn-danger:hover {
  background-color: #ff7c6e;
  border-color: #ec6b5c;
  color: #FFF;
}

.progress {
  height: 2em;
  border-radius: 2em;
}

.modal-content .close {
  background-color: #111;
  border: solid 4px #FFF;
}

.spinner-border {
  height: 100px;
  width: 100px;
  border-width: 10px;
  color: #43c1ff;
}

.errorArea {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}

.errorArea > * {
  text-align: left;
}

#uploadTimeHours,
#uploadTimeHourUnit,
#uploadTimeBeforeComplete {
  display: none;
}

.modal-body p {
  text-align: left;
}

.support {
  text-align: left;
}

.support legend {
  margin-bottom: 8px;
  padding: 3px;
  background-color: #0099FF;
  border-radius: 0.3em;
  color: white;
  text-align: center;
}

.support p {
  display: block;
  margin: 5px 10px;
}

p a {
  vertical-align: top;
}

#formPassword input:-moz-read-only {
  background-color: #FFF;
}

#formPassword input:read-only {
  background-color: #FFF;
}

.load {
  z-index: 9999;
}

.required {
  color: orange;
}

.label-ownerId {
  width: 25px;
  font-weight: 600;
}

#uploadOwnerId {
  margin-right: 28px;
}

